You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2008/02/25 05:06:33 UTC

svn commit: r630731 - /incubator/qpid/branches/M2.1/java/broker/etc/debug.log4j.xml

Author: ritchiem
Date: Sun Feb 24 20:06:32 2008
New Revision: 630731

URL: http://svn.apache.org/viewvc?rev=630731&view=rev
Log:
Adjusted the default debug level to debug (it was only info)

Modified:
    incubator/qpid/branches/M2.1/java/broker/etc/debug.log4j.xml

Modified: incubator/qpid/branches/M2.1/java/broker/etc/debug.log4j.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/broker/etc/debug.log4j.xml?rev=630731&r1=630730&r2=630731&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1/java/broker/etc/debug.log4j.xml (original)
+++ incubator/qpid/branches/M2.1/java/broker/etc/debug.log4j.xml Sun Feb 24 20:06:32 2008
@@ -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>