From 074c70590d819976b8c67479b98cf2c15f6b3a50 Mon Sep 17 00:00:00 2001 From: weisj Date: Sat, 21 Sep 2019 23:21:43 +0200 Subject: [PATCH] Logging config. --- src/main/resources/logging.properties | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main/resources/logging.properties 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