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 d899d28756 NO-JIRA fixing logger level changed by mistake
d899d28756 is described below

commit d899d28756633322dddf67d66fee76e8a143117b
Author: Clebert Suconic <[email protected]>
AuthorDate: Mon Jun 2 10:45:06 2025 -0400

    NO-JIRA fixing logger level changed by mistake
---
 .../activemq/artemis/core/remoting/server/impl/RemotingServiceImpl.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/remoting/server/impl/RemotingServiceImpl.java
 
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/remoting/server/impl/RemotingServiceImpl.java
index 0ac17307c7..284893f2a0 100644
--- 
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/remoting/server/impl/RemotingServiceImpl.java
+++ 
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/remoting/server/impl/RemotingServiceImpl.java
@@ -401,7 +401,7 @@ public class RemotingServiceImpl implements 
RemotingService, ServerConnectionLif
 
       }
 
-      logger.info("Sending disconnect on client connections");
+      logger.debug("Sending disconnect on client connections");
 
       Set<ConnectionEntry> connectionEntries = new 
HashSet<>(connections.values());
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to