[ARTEMIS-1662] Reduce log of "INFO [org.apache.activemq.artemis.core.client] (Thread-27 (ActiveMQ-client-global-threads))
This commit is contained in:
parent
63e0c0d310
commit
90b6564778
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue