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/04/23 09:57:34 UTC

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

Author: elecharny
Date: Sat Apr 23 00:57:34 2005
New Revision: 164367

URL: http://svn.apache.org/viewcvs?rev=164367&view=rev
Log:
Added a specific log4j conf file for performance tests

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

Added: directory/sandbox/trunk/asn1-new-codec/conf/log4j-perf.conf
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/asn1-new-codec/conf/log4j-perf.conf?rev=164367&view=auto
==============================================================================
--- directory/sandbox/trunk/asn1-new-codec/conf/log4j-perf.conf (added)
+++ directory/sandbox/trunk/asn1-new-codec/conf/log4j-perf.conf Sat Apr 23 00:57:34 2005
@@ -0,0 +1,23 @@
+# Properties to initialise log4j
+
+####################################################
+# DEFAULT
+log4j.rootLogger=WARN, 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.asn1.util.pools.GlobalPoolManager=WARN
+log4j.logger.org.apache.asn1.util.pools.LocalPoolManager=WARN
+log4j.logger.org.apache.asn1.util.pools.PoolManager=WARN
+log4j.logger.org.apache.asn1.util.pools.PoolObject=WARN
+
+log4j.logger.org.apache.asn1.ber.ldap.LdapDecoder=WARN
+
+log4j.logger.org.apache.asn1.ber.grammar.LdapMessageGrammar=WARN
+