Fixed log file timestamp

This commit is contained in:
dankito 2024-09-20 02:39:41 +02:00
parent 7d9a2695a9
commit 6a8b913bc4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<!-- encoders are assigned the type <!-- encoders are assigned the type
ch.qos.logback.classic.encoder.PatternLayoutEncoder by default --> ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
<encoder> <encoder>
<pattern>%-4relative [%thread] %-5level %logger{35} - %msg%n</pattern> <pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{35} - %msg%n</pattern>
</encoder> </encoder>
<filter class="ch.qos.logback.classic.filter.ThresholdFilter"> <filter class="ch.qos.logback.classic.filter.ThresholdFilter">