summaryrefslogtreecommitdiff
path: root/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
commit469be448d433c6cb81c498aae56207adfafee866 (patch)
tree73e2f2f1c76fb26ed8f9e75b2262bd13d5ebdca3 /java/broker
parent6bd699c9e392eb83f837c4863989c32e7afcf3fe (diff)
downloadqpid-python-469be448d433c6cb81c498aae56207adfafee866.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/qpid@496785 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker')
-rw-r--r--java/broker/etc/log4j.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/java/broker/etc/log4j.xml b/java/broker/etc/log4j.xml
index 9be428fbbd..0cf2579137 100644
--- a/java/broker/etc/log4j.xml
+++ b/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"/>