You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2005/08/03 02:07:57 UTC

svn commit: r227117 - /directory/sandbox/trunk/asn1-new-codec/conf/log4j.conf

Author: elecharny
Date: Tue Aug  2 17:07:55 2005
New Revision: 227117

URL: http://svn.apache.org/viewcvs?rev=227117&view=rev
Log:
Changed the log level to warning

Modified:
    directory/sandbox/trunk/asn1-new-codec/conf/log4j.conf

Modified: directory/sandbox/trunk/asn1-new-codec/conf/log4j.conf
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/asn1-new-codec/conf/log4j.conf?rev=227117&r1=227116&r2=227117&view=diff
==============================================================================
--- directory/sandbox/trunk/asn1-new-codec/conf/log4j.conf (original)
+++ directory/sandbox/trunk/asn1-new-codec/conf/log4j.conf Tue Aug  2 17:07:55 2005
@@ -2,7 +2,7 @@
 
 ####################################################
 # DEFAULT
-log4j.rootLogger=DEBUG, APACHE-DS
+log4j.rootLogger=WARN, APACHE-DS
 
 ####################################################
 
@@ -21,5 +21,5 @@
 
 log4j.logger.org.apache.asn1.ber.grammar.LdapMessageGrammar=WARN
 
-log4j.logger.org.apache.asn1.ber.Asn1Decoder=DEBUG
-log4j.logger.org.apache.asn1.ber.grammar.AbstractGrammar=DEBUG
+log4j.logger.org.apache.asn1.ber.Asn1Decoder=WARN
+log4j.logger.org.apache.asn1.ber.grammar.AbstractGrammar=WARN