Skip to content

Commit

Permalink
Merge pull request #168 from jonesbusy/feature/remove-pointless-message
Browse files Browse the repository at this point in the history
Remove pointless message for slf4j
  • Loading branch information
jonesbusy authored Aug 9, 2024
2 parents 6164347 + 9a9c8e9 commit 1fa719a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
public class Main implements Runnable {

static {
System.setProperty("slf4j.internal.verbosity", "WARN");
SLF4JBridgeHandler.removeHandlersForRootLogger();
SLF4JBridgeHandler.install();
}
Expand Down

0 comments on commit 1fa719a

Please sign in to comment.