[ARTEMIS-1662] Reduce log of "INFO [org.apache.activemq.artemis.core.client] (Thread-27 (ActiveMQ-client-global-threads))

This commit is contained in:
Dmitrii Tikhomirov 2018-02-05 12:55:48 +01:00 committed by Michael Andre Pearce
parent 63e0c0d310
commit 90b6564778
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public interface ActiveMQClientLogger extends BasicLogger {
@Message(id = 211001, value = "session created", format = Message.Format.MESSAGE_FORMAT)
void dumpingSessionStack(@Cause Exception e);
@LogMessage(level = Logger.Level.INFO)
@LogMessage(level = Logger.Level.DEBUG)
@Message(id = 211002, value = "Started {0} Netty Connector version {1} to {2}:{3,number,#}", format = Message.Format.MESSAGE_FORMAT)
void startedNettyConnector(String connectorType, String version, String host, Integer port);