You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2014/06/20 16:15:15 UTC

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

Author: rpopma
Date: Fri Jun 20 14:15:14 2014
New Revision: 1604175

URL: http://svn.apache.org/r1604175
Log:
LOG4J2-141 improved documentation regarding log4j status logger

Modified:
    logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml.vm

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml.vm
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml.vm?rev=1604175&r1=1604174&r2=1604175&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml.vm (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/configuration.xml.vm Fri Jun 20 14:15:14 2014
@@ -939,7 +939,8 @@ public class Bar {
           <p>
             When configuring Log4j it is sometimes necessary to view the generated status events. This can be
             accomplished by adding the status attribute to the configuration element or a default value can be
-            provided by setting the "Log4jDefaultStatusLevel" system property. The following
+            provided by setting the "Log4jDefaultStatusLevel" system property.  Valid values of the status attribute are
+            "trace", "debug", "info", "warn", "error" and "fatal". The following
             configuration has the status attribute set to debug.
           </p>