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 2006/04/09 16:49:33 UTC

svn commit: r392743 - /directory/branches/apacheds/1.0/server-main/log4j.properties

Author: elecharny
Date: Sun Apr  9 07:49:31 2006
New Revision: 392743

URL: http://svn.apache.org/viewcvs?rev=392743&view=rev
Log:
Reverted log4j.properties to its initial configuration

Modified:
    directory/branches/apacheds/1.0/server-main/log4j.properties

Modified: directory/branches/apacheds/1.0/server-main/log4j.properties
URL: http://svn.apache.org/viewcvs/directory/branches/apacheds/1.0/server-main/log4j.properties?rev=392743&r1=392742&r2=392743&view=diff
==============================================================================
--- directory/branches/apacheds/1.0/server-main/log4j.properties (original)
+++ directory/branches/apacheds/1.0/server-main/log4j.properties Sun Apr  9 07:49:31 2006
@@ -1,8 +1,8 @@
-log4j.rootCategory=INFO, stdout
+log4j.rootCategory=WARN, stdout
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
-log4j.appender.stdout.layout.ConversionPattern=%r [%p] [%c] - %m%n
+log4j.appender.stdout.layout.ConversionPattern=[%d{HH:mm:ss}] %p [%c] - %m%n
 
 # with these we'll not get innundated when switching to DEBUG
 log4j.logger.org.apache.directory.shared.ldap.name=WARN