diff --git a/pom.xml b/pom.xml index c9691b3..1dca821 100644 --- a/pom.xml +++ b/pom.xml @@ -149,6 +149,7 @@ 19 19 + true @@ -168,22 +169,16 @@ WOGAnniversaryEditor WOGAnniversaryEditor true - true + false true - - org.apache.maven.plugins - maven-jmod-plugin - 3.0.0-alpha-1 - true - org.apache.maven.plugins maven-jlink-plugin - 3.0.0-alpha-1 + 3.1.0 true @@ -203,6 +198,7 @@ ch.qos.logback.core ch.qos.logback.classic + false diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index d966ef4..af75a2d 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -1,7 +1,7 @@ - %date{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %file:%line - %msg%n + %date{HH:mm:ss.SSS} [%level] %logger{36} - %file:%line - %msg%n