You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ac...@apache.org on 2007/08/16 05:28:47 UTC

svn commit: r566477 - /activemq/trunk/assembly/src/release/conf/log4j.properties

Author: aco
Date: Wed Aug 15 20:28:46 2007
New Revision: 566477

URL: http://svn.apache.org/viewvc?view=rev&rev=566477
Log:
Commented out the threshold for the stdout logger, so it will use the global one.

Modified:
    activemq/trunk/assembly/src/release/conf/log4j.properties

Modified: activemq/trunk/assembly/src/release/conf/log4j.properties
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/conf/log4j.properties?view=diff&rev=566477&r1=566476&r2=566477
==============================================================================
--- activemq/trunk/assembly/src/release/conf/log4j.properties (original)
+++ activemq/trunk/assembly/src/release/conf/log4j.properties Wed Aug 15 20:28:46 2007
@@ -39,7 +39,7 @@
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
 log4j.appender.stdout.layout.ConversionPattern=%-5p %-30.30c{1} - %m%n
-log4j.appender.stdout.threshold=INFO
+#log4j.appender.stdout.threshold=INFO
 
 # File appender
 log4j.appender.out=org.apache.log4j.RollingFileAppender