You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2017/03/22 14:55:53 UTC

[1/2] activemq-artemis git commit: This closes #1115

Repository: activemq-artemis
Updated Branches:
  refs/heads/master d963a4a75 -> 1f5921b8a


This closes #1115


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

Branch: refs/heads/master
Commit: 1f5921b8a2a938e6eb9b8336d0578ff05d44f0e6
Parents: d963a4a bbba561
Author: Justin Bertram <jb...@apache.org>
Authored: Wed Mar 22 09:55:40 2017 -0500
Committer: Justin Bertram <jb...@apache.org>
Committed: Wed Mar 22 09:55:40 2017 -0500

----------------------------------------------------------------------
 .../apache/activemq/artemis/core/client/ActiveMQClientLogger.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: [ARTEMIS-1057] Log AMQ214023 at DEBUG level

Posted by jb...@apache.org.
[ARTEMIS-1057] Log AMQ214023 at DEBUG level

JIRA: https://issues.apache.org/jira/browse/ARTEMIS-1057


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

Branch: refs/heads/master
Commit: bbba5617d681a51fe0cc0693544c81f4f964bcc5
Parents: d963a4a
Author: Jeff Mesnil <jm...@gmail.com>
Authored: Wed Mar 22 10:28:49 2017 +0100
Committer: Justin Bertram <jb...@apache.org>
Committed: Wed Mar 22 09:55:40 2017 -0500

----------------------------------------------------------------------
 .../apache/activemq/artemis/core/client/ActiveMQClientLogger.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/bbba5617/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/ActiveMQClientLogger.java
----------------------------------------------------------------------
diff --git a/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/ActiveMQClientLogger.java b/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/ActiveMQClientLogger.java
index 4a0a21e..0fe4a5a 100644
--- a/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/ActiveMQClientLogger.java
+++ b/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/ActiveMQClientLogger.java
@@ -403,7 +403,7 @@ public interface ActiveMQClientLogger extends BasicLogger {
    @Message(id = 214022, value = "Invalid protocol specified. Supported protocols are: {0}", format = Message.Format.MESSAGE_FORMAT)
    void invalidProtocol(String validProtocols);
 
-   @LogMessage(level = Logger.Level.ERROR)
+   @LogMessage(level = Logger.Level.DEBUG)
    @Message(id = 214023, value = "HTTP Handshake failed, received %s")
    void httpHandshakeFailed(Object msg);