You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2006/03/12 09:44:30 UTC

svn commit: r385259 - /directory/trunks/mina/examples/src/main/resources/log4j.properties

Author: trustin
Date: Sun Mar 12 00:44:28 2006
New Revision: 385259

URL: http://svn.apache.org/viewcvs?rev=385259&view=rev
Log:
Raised log level

Modified:
    directory/trunks/mina/examples/src/main/resources/log4j.properties

Modified: directory/trunks/mina/examples/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewcvs/directory/trunks/mina/examples/src/main/resources/log4j.properties?rev=385259&r1=385258&r2=385259&view=diff
==============================================================================
--- directory/trunks/mina/examples/src/main/resources/log4j.properties (original)
+++ directory/trunks/mina/examples/src/main/resources/log4j.properties Sun Mar 12 00:44:28 2006
@@ -1,4 +1,6 @@
-log4j.rootCategory=WARN, stdout
+# Please don't modify the log level until we reach to acceptable test coverage.
+# It's very useful when I test examples manually.
+log4j.rootCategory=INFO, stderr
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout