From 5d7dfc041d4aeecf4715c54530f428329eeb10d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Prante?= Date: Tue, 19 Mar 2024 18:09:14 +0100 Subject: [PATCH] never use logging.properties on classpath --- .../src/main/resources/logging.properties | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 net-http-server-application-web/src/main/resources/logging.properties diff --git a/net-http-server-application-web/src/main/resources/logging.properties b/net-http-server-application-web/src/main/resources/logging.properties deleted file mode 100644 index cf55f8f..0000000 --- a/net-http-server-application-web/src/main/resources/logging.properties +++ /dev/null @@ -1,8 +0,0 @@ -handlers=java.util.logging.ConsoleHandler -.level=ALL -java.util.logging.SimpleFormatter.format=%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS.%1$tL %4$-7s [%3$s] %5$s %6$s%n -java.util.logging.ConsoleHandler.level=ALL -java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter -jdk.event.security.level=INFO -javax.management.mbeanserver.level=INFO -javax.management.misc.level=INFO