This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 23ca774f43 NO-JIRA fixing logger.info as logger.debug
23ca774f43 is described below

commit 23ca774f433fca37c2eb38abfaf34a803e8053e3
Author: Clebert Suconic <[email protected]>
AuthorDate: Mon May 6 08:58:53 2024 -0400

    NO-JIRA fixing logger.info as logger.debug
---
 .../artemis/protocol/amqp/connect/mirror/AckManagerProvider.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/mirror/AckManagerProvider.java
 
b/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/mirror/AckManagerProvider.java
index e23f0d69bc..d09e43f1de 100644
--- 
a/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/mirror/AckManagerProvider.java
+++ 
b/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/mirror/AckManagerProvider.java
@@ -35,7 +35,7 @@ public class AckManagerProvider {
    }
 
    public static void remove(ActiveMQServer server) {
-      logger.info("Removing {}", server);
+      logger.debug("Removing {}", server);
       synchronized (managerHashMap) {
          managerHashMap.remove(server);
       }

Reply via email to