Github user jbertram commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/588#discussion_r67690084
  
    --- Diff: 
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQServerLogger.java
 ---
    @@ -309,6 +309,12 @@ void slowConsumerDetected(String sessionID,
        @Message(id = 221052, value = "trying to deploy topic {0}", format = 
Message.Format.MESSAGE_FORMAT)
        void deployTopic(SimpleString topicName);
     
    +   @LogMessage(level = Logger.Level.INFO)
    --- End diff --
    
    The ID of the message is tied to the "level" of the message per the JavaDoc 
on the class.  Therefore since the level changed the ID changed as well.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to