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/09/28 17:40:42 UTC

svn commit: r819594 - /qpid/trunk/qpid/java/test-profiles/log4j-test.xml

Author: ritchiem
Date: Mon Sep 28 15:40:41 2009
New Revision: 819594

URL: http://svn.apache.org/viewvc?rev=819594&view=rev
Log:
Set apache.commons logging to warn to reduce the amount of commons debug that appears during Java broker test runs

Modified:
    qpid/trunk/qpid/java/test-profiles/log4j-test.xml

Modified: qpid/trunk/qpid/java/test-profiles/log4j-test.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/test-profiles/log4j-test.xml?rev=819594&r1=819593&r2=819594&view=diff
==============================================================================
--- qpid/trunk/qpid/java/test-profiles/log4j-test.xml (original)
+++ qpid/trunk/qpid/java/test-profiles/log4j-test.xml Mon Sep 28 15:40:41 2009
@@ -46,6 +46,10 @@
   <logger name="org.apache.qpid.test.utils.QpidTestCase">
     <level value="ALL"/>
   </logger>
+  
+  <logger name="org.apache.commons">
+    <level value="WARN"/>
+  </logger>
 
   <root>
     <level value="${root.logging.level}"/>



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