summaryrefslogtreecommitdiff
path: root/java
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
commite330417937f21c7d3012975055bd09c2c7b8e28a (patch)
treeb833f0cdd04b0c2ab553c55c15396e9c52855663 /java
parentac6e0274fe724f7ee587c100c93e16833fec574f (diff)
downloadqpid-python-e330417937f21c7d3012975055bd09c2c7b8e28a.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/qpid@819594 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/test-profiles/log4j-test.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/test-profiles/log4j-test.xml b/java/test-profiles/log4j-test.xml
index 0aaa7d8686..ec1efdbfdc 100644
--- a/java/test-profiles/log4j-test.xml
+++ b/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}"/>