summaryrefslogtreecommitdiff
path: root/java/broker/etc/log4j.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/broker/etc/log4j.xml')
-rw-r--r--java/broker/etc/log4j.xml21
1 files changed, 17 insertions, 4 deletions
diff --git a/java/broker/etc/log4j.xml b/java/broker/etc/log4j.xml
index 0cfabf8643..425ecd31d5 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
@@ -36,15 +36,28 @@
<param name="ConversionPattern" value="%d %-5p [%t] %C{2} (%F:%L) - %m%n"/>
</layout>
</appender>
+
+ <!--
+ After merge with trunk, there seems to be considerable confusion over
+ this section, so all have been commented out for now...
+ -->
- <category name="org.apache.qpid.framing">
+ <!--<category name="org.apache.qpid.framing">
<priority value="debug"/>
</category>
- <category name="org.apache.qpid.server.handler">
+ <category name="org.apache.qpid.server.queue">
<priority value="debug"/>
</category>
+ <category name="org.apache.qpid.server.txn">
+ <priority value="debug"/>
+ </category>
+
+ <category name="org.apache.qpid.server.handler">
+ <priority value="debug"/>
+ </category>-->
+
<root>
<priority value="debug"/>
<appender-ref ref="STDOUT"/>