Author: ggregory
Date: Thu Oct 11 00:25:54 2012
New Revision: 1396877
URL: http://svn.apache.org/viewvc?rev=1396877&view=rev
Log:
Fix typo.
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=1396877&r1=1396876&r2=1396877&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml Thu Oct
11 00:25:54 2012
@@ -168,7 +168,7 @@
Note that status logging is disabled when the default
configuration is used.
</p>
<p>
- Perhaps it is desired to eliminate all the TRACE output from
everything except com.foo.BAR. Simply
+ Perhaps it is desired to eliminate all the TRACE output from
everything except com.foo.Bar. Simply
changing the log level would not accomplish the task. Instead, the
solution is to
add a new logger definition to the configuration:
</p>