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 17:20:33 UTC

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

Author: robbie
Date: Thu Aug  2 15:20:33 2012
New Revision: 1368528

URL: http://svn.apache.org/viewvc?rev=1368528&view=rev
Log:
QPID-4173: Switch off subscription.state logger to reduce the verbosity for client with low prefetch

Applied patch from Philip Harvey <ph...@philharveyonline.com> and Oleksandr Rudyy<or...@gmail.com>

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=1368528&r1=1368527&r2=1368528&view=diff
==============================================================================
--- qpid/trunk/qpid/java/broker/etc/log4j.xml (original)
+++ qpid/trunk/qpid/java/broker/etc/log4j.xml Thu Aug  2 15:20:33 2012
@@ -97,6 +97,12 @@
       <level value="info"/>
     </logger>
 
+    <!-- Subscription state may toggle frequently for clients with low prefetch
+    so switch off this operational logging by default-->
+    <logger additivity="true" name="qpid.message.subscription.state">
+      <level value="off"/>
+    </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