You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2012/10/11 02:25:54 UTC

svn commit: r1396877 - /logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml

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>