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 7909f4b77f ARTEMIS-4507 make critical analyzer logging consistent
7909f4b77f is described below

commit 7909f4b77f198eb1852156d8051d3a1a24367cc8
Author: Justin Bertram <[email protected]>
AuthorDate: Wed Nov 15 23:24:02 2023 -0600

    ARTEMIS-4507 make critical analyzer logging consistent
---
 .../org/apache/activemq/artemis/core/server/ActiveMQServerLogger.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQServerLogger.java
 
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQServerLogger.java
index 966661365b..44389793fa 100644
--- 
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQServerLogger.java
+++ 
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQServerLogger.java
@@ -1436,7 +1436,7 @@ public interface ActiveMQServerLogger {
    @LogMessage(id = 224080, value = "The server process will now be stopped, 
as component {} is not responsive", level = LogMessage.Level.ERROR)
    void criticalSystemShutdown(Object component);
 
-   @LogMessage(id = 224081, value = "The component {} is not responsive", 
level = LogMessage.Level.WARN)
+   @LogMessage(id = 224081, value = "The component {} is not responsive", 
level = LogMessage.Level.ERROR)
    void criticalSystemLog(Object component);
 
    @LogMessage(id = 224076, value = "Undeploying address {}", level = 
LogMessage.Level.INFO)

Reply via email to