diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-08-02 15:20:33 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-08-02 15:20:33 +0000 |
| commit | 2311cafdc60691bba8edc4e02aef08342157e8b8 (patch) | |
| tree | cdfc7e989bf46140f577565d3572e83f36790504 /qpid/java | |
| parent | 05e5457491b8332bf4a66b63218cf5cee5379a3d (diff) | |
| download | qpid-python-2311cafdc60691bba8edc4e02aef08342157e8b8.tar.gz | |
QPID-4173: Switch off subscription.state logger to reduce the verbosity for client with low prefetch
Applied patch from Philip Harvey <phil@philharveyonline.com> and Oleksandr Rudyy<orudyy@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1368528 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/broker/etc/log4j.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/java/broker/etc/log4j.xml b/qpid/java/broker/etc/log4j.xml index b881539a52..a7b3817075 100644 --- a/qpid/java/broker/etc/log4j.xml +++ b/qpid/java/broker/etc/log4j.xml @@ -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 --> |
