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/05/31 00:02:44 UTC

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

Author: elecharny
Date: Mon May 30 15:02:43 2005
New Revision: 179155

URL: http://svn.apache.org/viewcvs?rev=179155&view=rev
Log:
Added some class logger definition, to be more accurate while debugging

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=179155&r1=179154&r2=179155&view=diff
==============================================================================
--- directory/sandbox/trunk/asn1-new-codec/conf/log4j.conf (original)
+++ directory/sandbox/trunk/asn1-new-codec/conf/log4j.conf Mon May 30 15:02:43 2005
@@ -21,3 +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