summaryrefslogtreecommitdiff
path: root/qpid/java/broker
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-01-16 17:29:24 +0000
committerRobert Greig <rgreig@apache.org>2007-01-16 17:29:24 +0000
commit1442b77dee6de581babed7d4b4040b6fd609d777 (patch)
treeb5f78f655b63a77cc867c2ffb72afa7823b298bf /qpid/java/broker
parent1bd479182fcfa30aad8abf69241e9eac560f6655 (diff)
downloadqpid-python-1442b77dee6de581babed7d4b4040b6fd609d777.tar.gz
QPID-245 reverted interop changes for the sake of JMS compliance.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@496785 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker')
-rw-r--r--qpid/java/broker/etc/log4j.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/qpid/java/broker/etc/log4j.xml b/qpid/java/broker/etc/log4j.xml
index 9be428fbbd..0cf2579137 100644
--- a/qpid/java/broker/etc/log4j.xml
+++ b/qpid/java/broker/etc/log4j.xml
@@ -8,9 +8,9 @@
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
- -
+ -
- http://www.apache.org/licenses/LICENSE-2.0
- -
+ -
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -39,8 +39,15 @@
<!--<category name="org.apache.qpid.server.store">
<priority value="debug"/>
- </category>-->
+ </category>
+ <category name="org.apache.qpid.server.queue">
+ <priority value="debug"/>
+ </category>
+
+ <category name="org.apache.qpid.server.txn">
+ <priority value="debug"/>
+ </category>-->
<root>
<priority value="info"/>
<appender-ref ref="STDOUT"/>