You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/10/28 02:02:58 UTC

svn commit: r328984 - in /directory/apacheds/trunk/main/src/test/resources: ./ log4j.properties

Author: akarasulu
Date: Thu Oct 27 17:02:55 2005
New Revision: 328984

URL: http://svn.apache.org/viewcvs?rev=328984&view=rev
Log:
shut up warning messages and info while running test

Added:
    directory/apacheds/trunk/main/src/test/resources/
    directory/apacheds/trunk/main/src/test/resources/log4j.properties
      - copied, changed from r328979, directory/apacheds/trunk/main/src/main/resources/log4j.properties

Copied: directory/apacheds/trunk/main/src/test/resources/log4j.properties (from r328979, directory/apacheds/trunk/main/src/main/resources/log4j.properties)
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/main/src/test/resources/log4j.properties?p2=directory/apacheds/trunk/main/src/test/resources/log4j.properties&p1=directory/apacheds/trunk/main/src/main/resources/log4j.properties&r1=328979&r2=328984&rev=328984&view=diff
==============================================================================
--- directory/apacheds/trunk/main/src/main/resources/log4j.properties (original)
+++ directory/apacheds/trunk/main/src/test/resources/log4j.properties Thu Oct 27 17:02:55 2005
@@ -1,4 +1,4 @@
-log4j.rootCategory=INFO, stdout, record
+log4j.rootCategory=ERROR, stdout, record
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
@@ -7,4 +7,4 @@
 log4j.appender.record=org.apache.log4j.FileAppender
 log4j.appender.record.File=logs/apacheds.log
 log4j.appender.record.layout=org.apache.log4j.PatternLayout
-log4j.appender.record.layout.ConversionPattern=[%d{HH:mm:ss}] %p - [%l] - %m%n
\ No newline at end of file
+log4j.appender.record.layout.ConversionPattern=[%d{HH:mm:ss}] %p - [%l] - %m%n