[ARTEMIS-1057] Log AMQ214023 at DEBUG level
JIRA: https://issues.apache.org/jira/browse/ARTEMIS-1057
This commit is contained in:
parent
d963a4a758
commit
bbba5617d6
|
@ -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)
|
@Message(id = 214022, value = "Invalid protocol specified. Supported protocols are: {0}", format = Message.Format.MESSAGE_FORMAT)
|
||||||
void invalidProtocol(String validProtocols);
|
void invalidProtocol(String validProtocols);
|
||||||
|
|
||||||
@LogMessage(level = Logger.Level.ERROR)
|
@LogMessage(level = Logger.Level.DEBUG)
|
||||||
@Message(id = 214023, value = "HTTP Handshake failed, received %s")
|
@Message(id = 214023, value = "HTTP Handshake failed, received %s")
|
||||||
void httpHandshakeFailed(Object msg);
|
void httpHandshakeFailed(Object msg);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue