You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/03/03 10:40:31 UTC

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

Author: jstrachan
Date: Fri Mar  3 01:40:29 2006
New Revision: 382738

URL: http://svn.apache.org/viewcvs?rev=382738&view=rev
Log:
reset the logging level

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

Modified: incubator/activemq/trunk/activemq-core/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/test/resources/log4j.properties?rev=382738&r1=382737&r2=382738&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/src/test/resources/log4j.properties (original)
+++ incubator/activemq/trunk/activemq-core/src/test/resources/log4j.properties Fri Mar  3 01:40:29 2006
@@ -1,7 +1,7 @@
 #
 # The logging properties used during tests..
 #
-log4j.rootLogger=DEBUG, stdout
+log4j.rootLogger=INFO, out
 
 log4j.logger.org.apache.activemq.spring=WARN