Repository: activemq Updated Branches: refs/heads/trunk 7af9bce8a -> 38a86b470
Turn down default logging to DEBUG for tests. Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/683fcda5 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/683fcda5 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/683fcda5 Branch: refs/heads/trunk Commit: 683fcda55da06a82a336914e03700526bd62a15b Parents: 7af9bce Author: Timothy Bish <[email protected]> Authored: Mon May 12 11:20:11 2014 -0400 Committer: Timothy Bish <[email protected]> Committed: Mon May 12 11:20:11 2014 -0400 ---------------------------------------------------------------------- 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/683fcda5/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 21dcbf4..6309fd6 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=TRACE +log4j.logger.org.apache.activemq.transport.amqp=DEBUG log4j.logger.org.apache.activemq.transport.amqp.FRAMES=DEBUG log4j.logger.org.fusesource=INFO
