You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/11/25 15:08:53 UTC

svn commit: r479127 - /incubator/activemq/activeio/trunk/activeio-core/src/test/resources/log4j.properties

Author: chirino
Date: Sat Nov 25 06:08:52 2006
New Revision: 479127

URL: http://svn.apache.org/viewvc?view=rev&rev=479127
Log:
Don't put logging in stdout for tests.

Modified:
    incubator/activemq/activeio/trunk/activeio-core/src/test/resources/log4j.properties

Modified: incubator/activemq/activeio/trunk/activeio-core/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/incubator/activemq/activeio/trunk/activeio-core/src/test/resources/log4j.properties?view=diff&rev=479127&r1=479126&r2=479127
==============================================================================
--- incubator/activemq/activeio/trunk/activeio-core/src/test/resources/log4j.properties (original)
+++ incubator/activemq/activeio/trunk/activeio-core/src/test/resources/log4j.properties Sat Nov 25 06:08:52 2006
@@ -18,7 +18,7 @@
 #
 # The logging properties used during tests..
 #
-log4j.rootLogger=INFO, stdout
+log4j.rootLogger=INFO, out
 
 # CONSOLE appender not used by default
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender