Author: bvahdat Date: Thu Oct 18 14:25:12 2012 New Revision: 1399674 URL: http://svn.apache.org/viewvc?rev=1399674&view=rev Log: To track the failed tests by QuickfixjEngineTest from time to time on JDK 7, temporarily write the logs into the console
Modified: camel/trunk/components/camel-quickfix/src/test/resources/log4j.properties Modified: camel/trunk/components/camel-quickfix/src/test/resources/log4j.properties URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-quickfix/src/test/resources/log4j.properties?rev=1399674&r1=1399673&r2=1399674&view=diff ============================================================================== --- camel/trunk/components/camel-quickfix/src/test/resources/log4j.properties (original) +++ camel/trunk/components/camel-quickfix/src/test/resources/log4j.properties Thu Oct 18 14:25:12 2012 @@ -18,7 +18,7 @@ # # The logging properties used for eclipse testing, We want to see debug output on the console. # -log4j.rootLogger=INFO, file +log4j.rootLogger=INFO, out # uncomment the following to enable camel debugging #log4j.logger.org.apache.camel=DEBUG