summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-02-25 04:06:32 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-02-25 04:06:32 +0000
commit83230ae84f5a501c16fcfa8c7d0884ef6476be1f (patch)
treee3b5e3fb354d455e471d84291e219211b69a844e
parentba12699a5a6617ac8a1b117b18f73a8e0272fbe8 (diff)
downloadqpid-python-83230ae84f5a501c16fcfa8c7d0884ef6476be1f.tar.gz
Adjusted the default debug level to debug (it was only info)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630731 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/broker/etc/debug.log4j.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/broker/etc/debug.log4j.xml b/java/broker/etc/debug.log4j.xml
index e8fd7e119d..71f9502b75 100644
--- a/java/broker/etc/debug.log4j.xml
+++ b/java/broker/etc/debug.log4j.xml
@@ -106,9 +106,9 @@
<!-- Log all info events to file -->
<root>
- <priority value="info"/>
+ <priority value="debug"/>
<appender-ref ref="STDOUT"/>
- <appender-ref ref="FileAppender"/>
+ <!--appender-ref ref="FileAppender"/-->
</root>
</log4j:configuration>