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 2015/09/13 14:46:37 UTC

[3/3] logging-log4j2 git commit: LOG4J2-1120 change log

LOG4J2-1120 change log

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

Branch: refs/heads/master
Commit: 3d409c10a0771b995e7cf61c8b17ae5a1b6054a4
Parents: a48af4e
Author: rpopma <rp...@apache.org>
Authored: Sun Sep 13 21:46:33 2015 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun Sep 13 21:46:33 2015 +0900

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/3d409c10/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2386ffc..85cc20f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,9 @@
       <action issue="LOG4J2-1096" dev="rpopma" type="update">
         Improved performance of ParameterizedMessage::getFormattedMessage by ~2X.
       </action>
+      <action issue="LOG4J2-1120" dev="rpopma" type="update">
+        LoggerConfig performance improvements: avoid unnecessary lock acquisition, use more efficient data structure.
+      </action>
       <action issue="LOG4J2-1114" dev="ggregory" type="update">
         Add thread name to status logger layout.
       </action>