summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-09-28 15:40:41 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-09-28 15:40:41 +0000
commit8de71d7de3bfabfb687a6fcc9665e610e17335ce (patch)
treef9893b664996fe6b7fd7f07b2c3765bd6600cbd4
parenta4d84b2b5ad18cda842971d5e419736fa3d4e877 (diff)
downloadqpid-python-8de71d7de3bfabfb687a6fcc9665e610e17335ce.tar.gz
Set apache.commons logging to warn to reduce the amount of commons debug that appears during Java broker test runs
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@819594 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/test-profiles/log4j-test.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/log4j-test.xml b/qpid/java/test-profiles/log4j-test.xml
index 0aaa7d8686..ec1efdbfdc 100644
--- a/qpid/java/test-profiles/log4j-test.xml
+++ b/qpid/java/test-profiles/log4j-test.xml
@@ -46,6 +46,10 @@
<logger name="org.apache.qpid.test.utils.QpidTestCase">
<level value="ALL"/>
</logger>
+
+ <logger name="org.apache.commons">
+ <level value="WARN"/>
+ </logger>
<root>
<level value="${root.logging.level}"/>