Title: [988] trunk/core/src/test/resources/log4j.properties: Test logging configuration logs to console (this is much easier to debug)
- Revision
- 988
- Author
- gnt
- Date
- 2005-12-02 09:07:38 -0500 (Fri, 02 Dec 2005)
Log Message
Test logging configuration logs to console (this is much easier to debug)
Modified Paths
Diff
Modified: trunk/core/src/test/resources/log4j.properties (987 => 988)
--- trunk/core/src/test/resources/log4j.properties 2005-12-02 02:15:37 UTC (rev 987)
+++ trunk/core/src/test/resources/log4j.properties 2005-12-02 14:07:38 UTC (rev 988)
@@ -1,8 +1,9 @@
#
# The logging properties used during tests..
#
-log4j.rootLogger=INFO, out
+log4j.rootLogger=DEBUG, stdout
+log4j.logger.org.activemq=INFO
log4j.logger.org.activemq.spring=WARN
log4j.logger.org.activemq.store.journal=INFO
log4j.logger.org.activeio.journal=INFO