ARTEMIS-3779 Critial IO Exception logged as Error

This commit is contained in:
Clebert Suconic 2022-04-14 18:03:50 -04:00
parent d0036ee0cc
commit da5d5e504f
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ public interface ActiveMQServerLogger extends BasicLogger {
@Message(id = 222009, value = "Unable to announce backup for replication. Trying to stop the server.", format = Message.Format.MESSAGE_FORMAT) @Message(id = 222009, value = "Unable to announce backup for replication. Trying to stop the server.", format = Message.Format.MESSAGE_FORMAT)
void replicationStartProblem(@Cause Exception e); void replicationStartProblem(@Cause Exception e);
@LogMessage(level = Logger.Level.WARN) @LogMessage(level = Logger.Level.ERROR)
@Message(id = 222010, value = "Critical IO Error, shutting down the server. file={1}, message={0}", format = Message.Format.MESSAGE_FORMAT) @Message(id = 222010, value = "Critical IO Error, shutting down the server. file={1}, message={0}", format = Message.Format.MESSAGE_FORMAT)
void ioCriticalIOError(String message, String file, @Cause Throwable code); void ioCriticalIOError(String message, String file, @Cause Throwable code);