Skip to content

Commit

Permalink
fix server live message
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbueno committed Apr 5, 2024
1 parent e2e7453 commit dd386c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public interface ArtemisConstants {


// Log Strings
String IS_LIVE_LOG_MSG = " INFO [org.apache.activemq.artemis.core.server] AMQ221007: Server is now live";
String IS_LIVE_LOG_MSG = " INFO [org.apache.activemq.artemis.core.server] AMQ221007: Server is now";
String USING_CUSTOM_LOG_MSG = "There is a custom logger configuration defined in JAVA_ARGS_APPEND: -Dlog4j2.configurationFile=";
String USING_DEFAULT_LOG_MSG = "Using default logging configuration(console only)";
String LOG_PATTERN_FAILED_AUTH_304 = "AMQ601716: User .* failed authentication, reason: 304";
Expand Down

0 comments on commit dd386c5

Please sign in to comment.