Author: rpopma
Date: Sun Jan  5 11:36:21 2014
New Revision: 1555483

URL: http://svn.apache.org/r1555483
Log:
LOG4J2-451 Fixed doc for system property (log4j2.LoggerContextFactory to lower 
case L log4j2.loggerContextFactory)

Modified:
    logging/log4j/log4j2/trunk/src/changes/changes.xml
    logging/log4j/log4j2/trunk/src/site/xdoc/manual/extending.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=1555483&r1=1555482&r2=1555483&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Sun Jan  5 11:36:21 2014
@@ -21,7 +21,10 @@
   </properties>
   <body>
     <release version="2.0-RC1" date="2013-MM-DD" description="Bug fixes and 
enhancements">
-      <action issue="LOG4J2-443" dev="rpopma" type="fix">
+      <action issue="LOG4J2-451" dev="rpopma" type="fix" due-to="Vinay 
Pothnis, Matt Sicker">
+        Fixed typo in documentation: system property should be 
log4j2.loggerContextFactory
+      </action>
+      <action issue="LOG4J2-443" dev="rpopma" type="fix" due-to="Colin 
Froggatt, Tudor Har">
         Fixed issue where log4j2 LoggerContext did not show up in JMX GUI or 
JConsole.
       </action>
       <action issue="LOG4J2-485" dev="rpopma" type="fix">

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/extending.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/extending.xml?rev=1555483&r1=1555482&r2=1555483&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/extending.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/extending.xml Sun Jan  5 
11:36:21 2014
@@ -46,9 +46,9 @@
                   sure that it has the highest priority.</li>
                 <li>Create a new log4j-provider.xml and configure it with the 
desired LoggerContextFactory making
                   sure that it has the highest priority.</li>
-                <li>Setting the system property "log4j2.LoggerContextFactory" 
to the name of the LoggerContextFactory
+                <li>Setting the system property "log4j2.loggerContextFactory" 
to the name of the LoggerContextFactory
                   class to use.</li>
-                <li>Setting the property "log4j2.LoggerContextFactory" in a 
properties file named
+                <li>Setting the property "log4j2.loggerContextFactory" in a 
properties file named
                   "log4j2.LogManager.properties" to the name of the 
LoggerContextFactory class to use. The properties
                   file must be on the classpath.</li>
               </ol>


Reply via email to