LOG4J2-1222 - Cause LoggerContext creation to fail if shutting down
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/5f9ad0e6 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/5f9ad0e6 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/5f9ad0e6 Branch: refs/heads/LOG4J-1181 Commit: 5f9ad0e6175b91b4ac6fde3f4a96cd7aebceed73 Parents: cda9e2d Author: Ralph Goers <[email protected]> Authored: Sat Jan 23 22:55:49 2016 -0700 Committer: Ralph Goers <[email protected]> Committed: Sat Jan 23 22:55:49 2016 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5f9ad0e6/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b4e9e79..62f6614 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,6 +24,10 @@ </properties> <body> <release version="2.5.1" date="201Y-MM-DD" description="GA Release 2.5.1"> + <action issue="LOG4J2-1222" dev="rgoers" type="fix"> + Creation of a LoggerContext will fail if shutdown is in progress. LogManager will default to SimpleLogger + instead. + </action> <action issue="LOG4J2-1080" dev="rpopma" type="add"> 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.
