ARTEMIS-4507 make critical analyzer logging consistent

This commit is contained in:
Justin Bertram 2023-11-15 23:24:02 -06:00 committed by clebertsuconic
parent 348763e14a
commit 7909f4b77f
1 changed files with 1 additions and 1 deletions

View File

@ -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)