Repository: activemq Updated Branches: refs/heads/master 02dc6ce98 -> 441973b48
Bump logging to see if we can tell why the session commit hangs in the transacted consumer test. Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/441973b4 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/441973b4 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/441973b4 Branch: refs/heads/master Commit: 441973b48305ad0997ddb0ff80c5c910c73c75cf Parents: 02dc6ce Author: Timothy Bish <[email protected]> Authored: Tue Feb 24 13:34:12 2015 -0500 Committer: Timothy Bish <[email protected]> Committed: Tue Feb 24 13:34:12 2015 -0500 ---------------------------------------------------------------------- activemq-amqp/src/test/resources/log4j.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/441973b4/activemq-amqp/src/test/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/activemq-amqp/src/test/resources/log4j.properties b/activemq-amqp/src/test/resources/log4j.properties index 1c09a13..0b73c3b 100755 --- a/activemq-amqp/src/test/resources/log4j.properties +++ b/activemq-amqp/src/test/resources/log4j.properties @@ -20,7 +20,7 @@ # log4j.rootLogger=WARN, console, file log4j.logger.org.apache.activemq=INFO -log4j.logger.org.apache.activemq.transport.amqp=INFO +log4j.logger.org.apache.activemq.transport.amqp=TRACE log4j.logger.org.apache.activemq.transport.amqp.FRAMES=INFO log4j.logger.org.fusesource=INFO
