Repository: logging-log4j2 Updated Branches: refs/heads/master 6f02c4487 -> 66b287f46
LOG4J2-1121 document ReliabilityStrategy changes in release notes Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/66b287f4 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/66b287f4 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/66b287f4 Branch: refs/heads/master Commit: 66b287f460576beb1b0400385811bf155960046d Parents: 6f02c44 Author: rpopma <[email protected]> Authored: Sun Sep 20 10:32:10 2015 +0200 Committer: rpopma <[email protected]> Committed: Sun Sep 20 10:32:10 2015 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/66b287f4/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2266565..d6660dc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -66,6 +66,10 @@ <action issue="LOG4J2-1125" dev="rpopma" type="update"> PatternLayout performance improvement by caching and reusing a ThreadLocal StringBuilder. </action> + <action issue="LOG4J2-1121" dev="rpopma" type="fix"> + Fixed potential race condition on reconfiguration. Introduced ReliabilityStrategy to facilitate + switching between different mechanisms for preventing log events from being dropped on reconfiguration. + </action> <action issue="LOG4J2-1114" dev="ggregory" type="update"> Add thread name to status logger layout. </action>
