You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/04/18 18:12:12 UTC

logging-log4j2 git commit: LOG4J2-1297 clarify default mode

Repository: logging-log4j2
Updated Branches:
  refs/heads/master eea60ec56 -> 792153507


LOG4J2-1297 clarify default mode


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/79215350
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/79215350
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/79215350

Branch: refs/heads/master
Commit: 792153507f957e61a80170b816555e41d497901a
Parents: eea60ec
Author: rpopma <rp...@apache.org>
Authored: Tue Apr 19 01:12:18 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Tue Apr 19 01:12:18 2016 +0900

----------------------------------------------------------------------
 src/site/xdoc/manual/garbagefree.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/79215350/src/site/xdoc/manual/garbagefree.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/garbagefree.xml b/src/site/xdoc/manual/garbagefree.xml
index 55e8c42..e0e39aa 100644
--- a/src/site/xdoc/manual/garbagefree.xml
+++ b/src/site/xdoc/manual/garbagefree.xml
@@ -38,8 +38,8 @@
         This contributes to pressure on the garbage collector and increases the frequency with which GC pauses occur.
       </p>
       <p>
-        From version 2.6, Log4j can be used in a "garbage free" mode where objects and buffers are reused
-        and temporary object allocation is avoided as much as possible.
+        From version 2.6, Log4j by default runs in "garbage free" mode ("low garbage" for web applications)
+        where objects and buffers are reused and temporary object allocation is avoided as much as possible.
       </p>
       <p>