Skip to content

Commit

Permalink
CSCEXAM-0000 Fix file logger pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Matti Lupari committed Dec 13, 2023
1 parent 01a8fd4 commit 6e84a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maxHistory>180</maxHistory>
</rollingPolicy>
<encoder class="PatternLayoutEncoder">
<pattern>%date{yyyy-MM-dd HH:mm:ss ZZZZ} (%-5level) %logger{15} - %message%n%xException{10}</pattern>
<pattern>%date{yyyy-MM-dd HH:mm:ss ZZZZ} [%-5level] %logger{15} - %message%n%xException{10}</pattern>
</encoder>
</appender>

Expand Down

0 comments on commit 6e84a0a

Please sign in to comment.