mirror of https://github.com/apache/activemq.git
Commented out the threshold for the stdout logger, so it will use the global one.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@566477 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
90deed42cc
commit
85fc6dd267
|
@ -39,7 +39,7 @@ log4j.logger.org.apache.xbean.spring=WARN
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue