Skip to content

Commit

Permalink
highlight two important log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Apr 8, 2023
1 parent 280dfe6 commit b1f63b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ public interface Log extends BasicLogger {
void vertxInstanceStopped();

@LogMessage(level = INFO)
@Message(id = 11, value = "SQL Client URL [%1$s]")
@Message(id = 11, value = "SQL Client URL [\u001b[34m%1$s\u001b[0m]")
void sqlClientUrl(String url);

@LogMessage(level = INFO)
@Message(id = 12, value = "Selected driver (\u001b[32m✔\u001b[0m) [%1$s]")
@Message(id = 12, value = "Selected driver (\u001b[32m✔\u001b[0m) [\u001b[34m%1$s\u001b[0m]")
void selectedDriver(String driverName);

@LogMessage(level = INFO)
Expand Down

0 comments on commit b1f63b6

Please sign in to comment.