You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2006/11/11 08:46:36 UTC

svn commit: r473663 - /directory/trunks/apacheds/mitosis/src/test/resources/log4j.properties

Author: trustin
Date: Fri Nov 10 23:46:35 2006
New Revision: 473663

URL: http://svn.apache.org/viewvc?view=rev&rev=473663
Log:
Incomplete - issue 12355335: DIRSERVER-780: Create an integration test that tests various conflict resolution scenarios. 
http://issues.apache.org/jira/browse/DIRSERVER-780
* Tuned log4j.properties to get the most noticeable messages only.

Modified:
    directory/trunks/apacheds/mitosis/src/test/resources/log4j.properties

Modified: directory/trunks/apacheds/mitosis/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/directory/trunks/apacheds/mitosis/src/test/resources/log4j.properties?view=diff&rev=473663&r1=473662&r2=473663
==============================================================================
--- directory/trunks/apacheds/mitosis/src/test/resources/log4j.properties (original)
+++ directory/trunks/apacheds/mitosis/src/test/resources/log4j.properties Fri Nov 10 23:46:35 2006
@@ -1,5 +1,6 @@
 log4j.rootLogger=OFF, stdout
 log4j.logger.org.apache.directory.mitosis=DEBUG
+log4j.logger.org.apache.directory.mitosis.service.ClientConnectionManager=OFF
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout