summaryrefslogtreecommitdiff
path: root/qpid/java/log4j-test.xml
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-06-05 17:53:32 +0000
committerRafael H. Schloming <rhs@apache.org>2008-06-05 17:53:32 +0000
commit01238260de081423705f65442687af75720acca6 (patch)
treee26b5eba7b56a5702b52f317ef367cb5656114ed /qpid/java/log4j-test.xml
parent955e0ce317d210482226a6481acf460d7da7d913 (diff)
downloadqpid-python-01238260de081423705f65442687af75720acca6.tar.gz
QPID-1116: fixed a race condition in connection/session close, session close now waits for the session to be detached before returning, this guarantees we won't have any active sessions when the connection close is attempted
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@663677 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/log4j-test.xml')
-rw-r--r--qpid/java/log4j-test.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/log4j-test.xml b/qpid/java/log4j-test.xml
index d962069a86..c5fa8abe47 100644
--- a/qpid/java/log4j-test.xml
+++ b/qpid/java/log4j-test.xml
@@ -35,11 +35,11 @@
</appender>
<logger name="org.apache.qpid">
- <level value="warn"/>
+ <level value="debug"/>
</logger>
<root>
- <level value="warn"/>
+ <level value="debug"/>
<appender-ref ref="console" />
</root>
</log4j:configuration>