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 | 9a66cabbcc5bcd53d8ea682a90bf2e5b51500f9c (patch) | |
| tree | b63f99d50b8b15681b8624d4d7fbced1cdd68a2e | |
| parent | 282ab14e28048c03677a5d7e17695db4f8e39804 (diff) | |
| download | qpid-python-9a66cabbcc5bcd53d8ea682a90bf2e5b51500f9c.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@821815 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/java/broker/etc/log4j.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/broker/etc/log4j.xml b/qpid/java/broker/etc/log4j.xml index 8ca43ededd..4b71772a0e 100644 --- a/qpid/java/broker/etc/log4j.xml +++ b/qpid/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> |
