This is an automated email from the ASF dual-hosted git repository.
kmiller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new b41e4af GEODE-5218 Update docs with Log4j 2 version (#1963)
b41e4af is described below
commit b41e4af3e28f0e4f29896dabac2a4794b277caf9
Author: Karen Miller <[email protected]>
AuthorDate: Wed May 16 12:04:16 2018 -0700
GEODE-5218 Update docs with Log4j 2 version (#1963)
---
geode-docs/managing/logging/how_logging_works.html.md.erb | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/geode-docs/managing/logging/how_logging_works.html.md.erb
b/geode-docs/managing/logging/how_logging_works.html.md.erb
index 0c26d8e..defd5cf 100644
--- a/geode-docs/managing/logging/how_logging_works.html.md.erb
+++ b/geode-docs/managing/logging/how_logging_works.html.md.erb
@@ -21,10 +21,11 @@ limitations under the License.
<%=vars.product_name%> uses [Apache Log4j
2](http://logging.apache.org/log4j/2.x/) API and Core libraries as the basis
for its logging system. Log4j 2 API is a popular and powerful front-end logging
API used by all the <%=vars.product_name%> classes to generate log statements.
Log4j 2 Core is a backend implementation for logging; you can route any of the
front-end logging API libraries to log to this backend. <%=vars.product_name%>
uses the Core backend to run two custom Log4j 2 Appender [...]
-<%=vars.product_name%> has been tested with Log4j 2.1.
-
-**Note:**
-For this reason, <%=vars.product_name%> now always requires the following JARs
to be in the classpath: `log4j-api-2.1.jar`, `log4j-core-2.1.jar`. Both of
these JARs are distributed in the `$GEMFIRE/lib` directory and included in the
appropriate `*-dependencies.jar` convenience libraries.
+<%=vars.product_name%> has been tested with Log4j 2.11.
+<%=vars.product_name%> requires the
+`log4j-api-2.11.0.jar` and `log4j-core-2.11.0.jar`
+JAR files to be in the classpath.
+Both of these JARs are distributed in the `<path-to-product>/lib` directory
and included in the appropriate `*-dependencies.jar` convenience libraries.
**AlertAppender** is the component that generates <%=vars.product_name%>
alerts that are then managed by the JMX Management and Monitoring system. See
[Notification
Federation](../management/notification_federation_and_alerts.html#topic_212EE5A2ABAB4E8E8EF71807C9ECEF1A)
for more details.
--
To stop receiving notification emails like this one, please contact
[email protected].