Skip to content

Commit

Permalink
also log date
Browse files Browse the repository at this point in the history
  • Loading branch information
Chew committed Aug 5, 2024
1 parent 544cfca commit 02e748a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>
%d{HH:mm:ss.SSS} %boldCyan(%-25.-25thread) %boldGreen(%-20.-20logger{0}) %highlight(%-6level) %msg%n
%d{yyyy-MM-dd HH:mm:ss.SSS} %boldCyan(%-25.-25thread) %boldGreen(%-20.-20logger{0}) %highlight(%-6level) %msg%n
</pattern>
</encoder>
</appender>
Expand Down

0 comments on commit 02e748a

Please sign in to comment.