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/21 18:42:38 UTC

svn commit: r234260 - /directory/asn1/branches/asn1-new-ber/conf/log4j.conf

Author: elecharny
Date: Sun Aug 21 09:42:35 2005
New Revision: 234260

URL: http://svn.apache.org/viewcvs?rev=234260&view=rev
Log:
Fixed the log4j conf file. Now use the new asn1 package

Modified:
    directory/asn1/branches/asn1-new-ber/conf/log4j.conf

Modified: directory/asn1/branches/asn1-new-ber/conf/log4j.conf
URL: http://svn.apache.org/viewcvs/directory/asn1/branches/asn1-new-ber/conf/log4j.conf?rev=234260&r1=234259&r2=234260&view=diff
==============================================================================
--- directory/asn1/branches/asn1-new-ber/conf/log4j.conf (original)
+++ directory/asn1/branches/asn1-new-ber/conf/log4j.conf Sun Aug 21 09:42:35 2005
@@ -12,9 +12,9 @@
 log4j.appender.APACHE-DS.layout.ConversionPattern=%8r> --%-30.30C{1}-- [%5.5p] %m%n
 
 # specific loggers
-log4j.logger.org.apache.asn1.ber.ldap.LdapDecoder=WARN
+log4j.logger.org.apache.asn1new.ber.ldap.LdapDecoder=WARN
 
-log4j.logger.org.apache.asn1.ber.grammar.LdapMessageGrammar=DEBUG
+log4j.logger.org.apache.asn1new.ber.grammar.LdapMessageGrammar=DEBUG
 
-log4j.logger.org.apache.asn1.ber.Asn1Decoder=DEBUG
-log4j.logger.org.apache.asn1.ber.grammar.AbstractGrammar=DEBUG
+log4j.logger.org.apache.asn1new.ber.Asn1Decoder=DEBUG
+log4j.logger.org.apache.asn1new.ber.grammar.AbstractGrammar=DEBUG