Author: ggregory
Date: Wed Jan 22 13:51:35 2014
New Revision: 1560351
URL: http://svn.apache.org/r1560351
Log:
[LOG4J-507] Space Level numbers by 100 instead of 1.
Modified:
logging/log4j/log4j2/trunk/src/changes/changes.xml
Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1560351&r1=1560350&r2=1560351&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Wed Jan 22 13:51:35 2014
@@ -20,7 +20,10 @@
<title>Changes</title>
</properties>
<body>
- <release version="2.0-RC1" date="2013-MM-DD" description="Bug fixes and
enhancements">
+ <release version="2.0-RC1" date="2013-MM-DD" description="Bug fixes and
enhancements">
+ <action issue="LOG4J2-507" dev="ggregory" type="update">
+ Space Level numbers by 100 instead of 1.
+ </action>
<action issue="LOG4J2-406" dev="rpopma" type="fix" due-to="Kerrigan
Joseph">
Unregister all log4j JMX MBeans when the LoggerContext is stopped
to allow web application classes to be GC-ed on undeploy.