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 2009/10/05 16:56:53 UTC

svn commit: r821815 - /qpid/trunk/qpid/java/broker/etc/log4j.xml

Author: ritchiem
Date: Mon Oct  5 14:56:52 2009
New Revision: 821815

URL: http://svn.apache.org/viewvc?rev=821815&view=rev
Log:
Updated broker log4j.xml to remove the DEBUG logging from o.a.commons

Modified:
    qpid/trunk/qpid/java/broker/etc/log4j.xml

Modified: qpid/trunk/qpid/java/broker/etc/log4j.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker/etc/log4j.xml?rev=821815&r1=821814&r2=821815&view=diff
==============================================================================
--- qpid/trunk/qpid/java/broker/etc/log4j.xml (original)
+++ qpid/trunk/qpid/java/broker/etc/log4j.xml Mon Oct  5 14:56:52 2009
@@ -87,6 +87,10 @@
         <priority value="debug"/>
     </category-->
 
+    <!-- Set the commons logging that the XML parser uses to WARN, it is very chatty at debug -->
+        <logger name="org.apache.commons">
+          <level value="WARN"/>
+        </logger>
 
     <!-- Log all info events to file -->
     <root>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org