You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2011/06/14 04:23:22 UTC

svn commit: r1135365 - /camel/trunk/components/camel-xmlsecurity/src/test/resources/log4j.properties

Author: hadrian
Date: Tue Jun 14 02:23:22 2011
New Revision: 1135365

URL: http://svn.apache.org/viewvc?rev=1135365&view=rev
Log:
CAMEL-4061. Passing tests should be silent

Modified:
    camel/trunk/components/camel-xmlsecurity/src/test/resources/log4j.properties

Modified: camel/trunk/components/camel-xmlsecurity/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-xmlsecurity/src/test/resources/log4j.properties?rev=1135365&r1=1135364&r2=1135365&view=diff
==============================================================================
--- camel/trunk/components/camel-xmlsecurity/src/test/resources/log4j.properties (original)
+++ camel/trunk/components/camel-xmlsecurity/src/test/resources/log4j.properties Tue Jun 14 02:23:22 2011
@@ -20,7 +20,7 @@
 #
 log4j.rootLogger=INFO, file
 
-log4j.logger.org.apache.camel.dataformat.xmlsecurity=DEBUG
+#log4j.logger.org.apache.camel.dataformat.xmlsecurity=DEBUG
 
 # CONSOLE appender not used by default
 log4j.appender.console=org.apache.log4j.ConsoleAppender