diff --git a/pom.xml b/pom.xml index 95a54c5..241467b 100644 --- a/pom.xml +++ b/pom.xml @@ -254,13 +254,13 @@ ch.qos.logback logback-classic - 1.4.5 + 1.3.5 test ch.qos.logback logback-core - 1.4.5 + 1.3.5 test diff --git a/src/test/resources/logback.xml b/src/test/resources/logback.xml index d73aece..bf06d81 100644 --- a/src/test/resources/logback.xml +++ b/src/test/resources/logback.xml @@ -1,16 +1,13 @@ - - + - %d{ISO8601} [%thread] %-5level %logger{36} - %msg%n + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{5} - %msg%n - - - - - + + + \ No newline at end of file