Skip to content

Commit

Permalink
Fix default log pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
matejonnet committed Nov 27, 2018
1 parent 887daaa commit 44179c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<layout class="ch.qos.logback.classic.PatternLayout">
<Pattern>
%d{yyyy-MM-dd HH:mm:ss.SSSZ} [%-5level] [${logMDC}] [%logger] (%thread) %msg%n
%d{yyyy-MM-dd HH:mm:ss.SSSZ} [%-5level] [${logMDC}] [%logger] [%thread] %msg%n
</Pattern>
</layout>
</appender>
Expand Down

0 comments on commit 44179c9

Please sign in to comment.