You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2006/02/10 06:45:59 UTC

svn commit: r376568 - /directory/trunks/apacheds/server-installers/src/main/installers/log4j.properties

Author: akarasulu
Date: Thu Feb  9 21:45:59 2006
New Revision: 376568

URL: http://svn.apache.org/viewcvs?rev=376568&view=rev
Log:
switching to warn for logging

Modified:
    directory/trunks/apacheds/server-installers/src/main/installers/log4j.properties

Modified: directory/trunks/apacheds/server-installers/src/main/installers/log4j.properties
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/server-installers/src/main/installers/log4j.properties?rev=376568&r1=376567&r2=376568&view=diff
==============================================================================
--- directory/trunks/apacheds/server-installers/src/main/installers/log4j.properties (original)
+++ directory/trunks/apacheds/server-installers/src/main/installers/log4j.properties Thu Feb  9 21:45:59 2006
@@ -1,4 +1,4 @@
-log4j.rootCategory=DEBUG, stdout
+log4j.rootCategory=WARN, stdout
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout