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