Author: grobmeier
Date: Sat Apr 28 12:27:32 2012
New Revision: 1331756
URL: http://svn.apache.org/viewvc?rev=1331756&view=rev
Log:
fixed docs: the name of the configuration file is log4j2.xml, not log4j.xml
(same for test)
Modified:
logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml
Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml?rev=1331756&r1=1331755&r2=1331756&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml Sat Apr
28 12:27:32 2012
@@ -62,12 +62,12 @@
extension.</li>
<li>If no system property is set the JSON ConfigurationFactory
will look for log4j-test.json or
log4j-test.jsn in the classpath.</li>
- <li>If no such file is found the XML ConfigurationFactory will
look for log4j-test.xml in the
+ <li>If no such file is found the XML ConfigurationFactory will
look for log4j2-test.xml in the
classpath.</li>
<li>If a test file cannot be located the JSON
ConfigurationFactory will look for log4j.json or log4j.jsn
on the classpath.</li>
<li>If a JSON file cannot be located the XML
ConfigurationFactory will try to locate
- log4j.xml on the classpath.</li>
+ log4j2.xml on the classpath.</li>
<li>If no configuration file could be located the
<code>DefaultConfiguration</code> will
be used. This will cause logging output to go to the
console.</li>
</ol>