diff --git a/src/main/resources/logging.properties b/src/main/resources/logging.properties new file mode 100644 index 00000000..7326aa85 --- /dev/null +++ b/src/main/resources/logging.properties @@ -0,0 +1,7 @@ +handlers = java.util.logging.ConsoleHandler +.level = ALL + +java.util.logging.ConsoleHandler.level = INFO +java.util.logging.ConsoleHandler.formatter = com.weis.darklaf.LogFormatter + +com.weis.darklaf.level = INFO \ No newline at end of file