Author: akarasulu
Date: Thu Oct 27 16:57:56 2005
New Revision: 328983
URL: http://svn.apache.org/viewcvs?rev=328983&view=rev
Log:
making the server shut up for tests
Modified:
directory/apacheds/trunk/core/src/test/resources/log4j.properties
Modified: directory/apacheds/trunk/core/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/core/src/test/resources/log4j.properties?rev=328983&r1=328982&r2=328983&view=diff
==============================================================================
--- directory/apacheds/trunk/core/src/test/resources/log4j.properties (original)
+++ directory/apacheds/trunk/core/src/test/resources/log4j.properties Thu Oct 27 16:57:56
2005
@@ -1,4 +1,4 @@
-log4j.rootCategory=INFO, stdout
+log4j.rootCategory=ERROR, stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
|