diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-10-05 14:56:52 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-10-05 14:56:52 +0000 |
| commit | 5497172d4a347c9c0b9d3490c95a5a04595debe8 (patch) | |
| tree | 1913ab431e4e7e1c490fb096375513683b1479a0 /java | |
| parent | 0bbf4e6ea41fa075b0bfd046789967c8a7f2f74a (diff) | |
| download | qpid-python-5497172d4a347c9c0b9d3490c95a5a04595debe8.tar.gz | |
Updated broker log4j.xml to remove the DEBUG logging from o.a.commons
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@821815 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/broker/etc/log4j.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/broker/etc/log4j.xml b/java/broker/etc/log4j.xml index 8ca43ededd..4b71772a0e 100644 --- a/java/broker/etc/log4j.xml +++ b/java/broker/etc/log4j.xml @@ -87,6 +87,10 @@ <priority value="debug"/> </category--> + <!-- Set the commons logging that the XML parser uses to WARN, it is very chatty at debug --> + <logger name="org.apache.commons"> + <level value="WARN"/> + </logger> <!-- Log all info events to file --> <root> |
