You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2015/04/14 15:44:23 UTC

activemq git commit: turn on informational messages from qpid-jms

Repository: activemq
Updated Branches:
  refs/heads/master f556076a2 -> 47f5c0857


turn on informational messages from qpid-jms

Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/47f5c085
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/47f5c085
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/47f5c085

Branch: refs/heads/master
Commit: 47f5c08573a2ad79363d1cc83b9a639842b14111
Parents: f556076
Author: Timothy Bish <ta...@gmail.com>
Authored: Mon Apr 13 18:37:39 2015 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Tue Apr 14 09:29:12 2015 -0400

----------------------------------------------------------------------
 activemq-amqp/src/test/resources/log4j.properties | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/47f5c085/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 2c3e8c3..63c4701 100755
--- a/activemq-amqp/src/test/resources/log4j.properties
+++ b/activemq-amqp/src/test/resources/log4j.properties
@@ -23,6 +23,7 @@ log4j.logger.org.apache.activemq=INFO
 log4j.logger.org.apache.activemq.transport.amqp=DEBUG
 log4j.logger.org.apache.activemq.transport.amqp.FRAMES=INFO
 log4j.logger.org.fusesource=INFO
+log4j.logger.org.apache.qpid.jms=INFO
 
 # Console will only display warnnings
 log4j.appender.console=org.apache.log4j.ConsoleAppender