diff options
Diffstat (limited to 'java/broker')
| -rw-r--r-- | java/broker/etc/log4j.xml | 13 |
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"/> |
