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 2007/04/20 16:08:14 UTC

svn commit: r530819 - /incubator/qpid/branches/M2/java/broker/etc/log4j.xml

Author: ritchiem
Date: Fri Apr 20 07:08:13 2007
New Revision: 530819

URL: http://svn.apache.org/viewvc?view=rev&rev=530819
Log:
QPID-468 Update to log4j.xml to ensure the new logger is at least at the info level.

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

Modified: incubator/qpid/branches/M2/java/broker/etc/log4j.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/broker/etc/log4j.xml?view=diff&rev=530819&r1=530818&r2=530819
==============================================================================
--- incubator/qpid/branches/M2/java/broker/etc/log4j.xml (original)
+++ incubator/qpid/branches/M2/java/broker/etc/log4j.xml Fri Apr 20 07:08:13 2007
@@ -64,6 +64,10 @@
         </layout>
     </appender>
 
+     <category name="Qpid.Broker">
+        <priority value="info"/>
+    </category>
+
     <!--<category name="org.apache.qpid.server.store">
         <priority value="debug"/>
     </category-->