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/09/09 22:16:57 UTC

svn commit: r279864 - in /directory/asn1/branches/elecharny-cleanup/conf: ./ log4j.conf

Author: elecharny
Date: Fri Sep  9 13:16:51 2005
New Revision: 279864

URL: http://svn.apache.org/viewcvs?rev=279864&view=rev
Log:
added

Added:
    directory/asn1/branches/elecharny-cleanup/conf/
    directory/asn1/branches/elecharny-cleanup/conf/log4j.conf

Added: directory/asn1/branches/elecharny-cleanup/conf/log4j.conf
URL: http://svn.apache.org/viewcvs/directory/asn1/branches/elecharny-cleanup/conf/log4j.conf?rev=279864&view=auto
==============================================================================
--- directory/asn1/branches/elecharny-cleanup/conf/log4j.conf (added)
+++ directory/asn1/branches/elecharny-cleanup/conf/log4j.conf Fri Sep  9 13:16:51 2005
@@ -0,0 +1,20 @@
+# Properties to initialise log4j
+
+####################################################
+# DEFAULT
+log4j.rootLogger=DEBUG, APACHE-DS
+
+####################################################
+
+log4j.appender.APACHE-DS=org.apache.log4j.ConsoleAppender
+log4j.appender.APACHE-DS.layout=org.apache.log4j.PatternLayout
+#log4j.appender.APACHE-DS.layout.ConversionPattern=%8r> [%-20.20C{1}] - %m%n
+log4j.appender.APACHE-DS.layout.ConversionPattern=%8r> --%-30.30C{1}-- [%5.5p] %m%n
+
+# specific loggers
+log4j.logger.org.apache.asn1new.ber.ldap.LdapDecoder=WARN
+
+log4j.logger.org.apache.asn1new.ber.grammar.LdapMessageGrammar=DEBUG
+
+log4j.logger.org.apache.asn1new.ber.Asn1Decoder=DEBUG
+log4j.logger.org.apache.asn1new.ber.grammar.AbstractGrammar=DEBUG