Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1852#discussion_r167332364
--- Diff:
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/ActiveMQClientLogger.java
---
@@ -64,7 +64,7 @@
@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)
--- End diff --
disagree still but as its 2 v 1 and its logging at the end of the day
(bigger issues to really worry on) ill make it a -0. Ive merged the PR as is.
---