Skip to content

Commit

Permalink
Add clear
Browse files Browse the repository at this point in the history
  • Loading branch information
tgracchus committed May 3, 2024
1 parent 1dc1a68 commit c87bb9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/hivemq/bootstrap/LoggingBootstrap.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ private static void logQueuedEntries() {
for (final ILoggingEvent loggingEvent : LIST_APPENDER.list) {
logger.callAppenders(loggingEvent);
}
LIST_APPENDER.list.clear();
}

private static @NotNull ch.qos.logback.classic.Logger getRootLogger() {
Expand Down

0 comments on commit c87bb9f

Please sign in to comment.