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/03/14 16:43:18 UTC

logging-log4j2 git commit: LOG4J2-1080 updated change log after removing support for dropping events on partially full queue

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 3be541cd7 -> 05adeefad


LOG4J2-1080 updated change log after removing support for dropping events on partially full queue


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

Branch: refs/heads/master
Commit: 05adeefad5519abe89c99788a74a40480e0f869d
Parents: 3be541c
Author: rpopma <rp...@apache.org>
Authored: Tue Mar 15 02:43:16 2016 +1100
Committer: rpopma <rp...@apache.org>
Committed: Tue Mar 15 02:43:16 2016 +1100

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/05adeefa/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 686cc37..3d56a5a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -92,7 +92,7 @@
       </action>
       <action issue="LOG4J2-1080" dev="rpopma" type="update">
         Added option to discard events below a certain log level if the async logger ring buffer
-        or async appender queue remaining capacity falls below a certain ratio.
+        or async appender queue is full.
       </action>
       <action issue="LOG4J2-1237" dev="ggregory" type="add" due-to="Mike Calmus, Gary Gregory">
         Make PatternLayout header and footer accept a pattern.