You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2012/08/02 18:57:52 UTC

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

Author: robbie
Date: Thu Aug  2 16:57:52 2012
New Revision: 1368597

URL: http://svn.apache.org/viewvc?rev=1368597&view=rev
Log:
QPID-4184: enable the notifications beign logged by configuring the associated logger

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=1368597&r1=1368596&r2=1368597&view=diff
==============================================================================
--- qpid/trunk/qpid/java/broker/etc/log4j.xml (original)
+++ qpid/trunk/qpid/java/broker/etc/log4j.xml Thu Aug  2 16:57:52 2012
@@ -103,6 +103,11 @@
       <level value="off"/>
     </logger>
 
+    <!-- Enable log messages for the queue notifications -->
+    <logger additivity="true" name="org.apache.qpid.server.queue.NotificationCheck">
+      <level value="info"/>
+    </logger>
+
     <!-- Examples of additional logging settings -->
     <!-- Used to generate extra debug. See debug.log4j.xml -->
     



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org