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

    https://github.com/apache/activemq-artemis/pull/2353#discussion_r224267001
  
    --- Diff: 
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQServerLogger.java
 ---
    @@ -1711,7 +1711,7 @@ void slowConsumerDetected(String sessionID,
        @Message(id = 224030, value = "Could not cancel reference {0}", format 
= Message.Format.MESSAGE_FORMAT)
        void errorCancellingRefOnBridge(@Cause Exception e, MessageReference 
ref2);
     
    -   @LogMessage(level = Logger.Level.ERROR)
    --- End diff --
    
    I agree it should be DEBUG: Can you remove this logger, and just call 
log.debug(.. ) where this is being called?


---

Reply via email to