diff --git a/so-web/src/main/resources/logback-spring.xml b/so-web/src/main/resources/logback-spring.xml index 66989f29..0a6e74ea 100644 --- a/so-web/src/main/resources/logback-spring.xml +++ b/so-web/src/main/resources/logback-spring.xml @@ -1,14 +1,9 @@ - - - - - [%d{yyyy-MM-dd HHmmss.SSS}] [%5level] [%16.16thread{15}] [%-35logger{35}] : %msg %n - - + + %msg %n + @@ -24,10 +19,15 @@ - [%d{yyyy-MM-dd HHmmss.SSS}] [%5level] [%16.16thread{15}] [%-35logger{35}] : %msg %n + %msg %n + + + + + \ No newline at end of file