mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@463689 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
19812e7e29
commit
171b108944
|
@ -16,9 +16,9 @@
|
|||
## ---------------------------------------------------------------------------
|
||||
|
||||
#
|
||||
# The logging properties used during tests..
|
||||
#
|
||||
#
|
||||
log4j.rootLogger=INFO, stdout
|
||||
log4j.rootLogger=INFO, out
|
||||
log4j.logger.org.apache.activemq.spring=WARN
|
||||
log4j.logger.org.springframework=WARN
|
||||
log4j.logger.org.apache.xbean.spring=WARN
|
||||
|
@ -27,6 +27,7 @@ log4j.logger.org.apache.xbean.spring=WARN
|
|||
# comment out the above lines and uncomment the next.
|
||||
#log4j.rootLogger=DEBUG, out, stdout
|
||||
|
||||
#The logging properties used during tests..
|
||||
# CONSOLE appender not used by default
|
||||
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
|
||||
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
|
||||
|
|
Loading…
Reference in New Issue