Author: bvahdat Date: Fri Oct 19 21:23:05 2012 New Revision: 1400300 URL: http://svn.apache.org/viewvc?rev=1400300&view=rev Log: Reset the used appender back to "file".
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=1400300&r1=1400299&r2=1400300&view=diff ============================================================================== --- camel/trunk/components/camel-quickfix/src/test/resources/log4j.properties (original) +++ camel/trunk/components/camel-quickfix/src/test/resources/log4j.properties Fri Oct 19 21:23:05 2012 @@ -18,7 +18,7 @@ # # The logging properties used for eclipse testing, We want to see debug output on the console. # -log4j.rootLogger=INFO, out +log4j.rootLogger=INFO, file # uncomment the following to enable camel debugging #log4j.logger.org.apache.camel=DEBUG