Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
<configuration>
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<!--
ISO date in the timestamp so a `grep` across days isn't ambiguous
(HH:mm:ss alone repeats every 24h). Container log consumers like
Docker's json-file driver also stamp lines with the host's wall
clock, but those timestamps don't survive when the user pipes
logs through `kubectl logs --previous`, journalctl exports,
or the GitHub Actions UI's run logs.
-->
<!-- ISO date in the timestamp so `grep` across days isn't
ambiguous (HH:mm:ss alone repeats every 24h). -->
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} %-5level [%thread] %logger{20} - %msg%n</pattern>
</encoder>
</appender>
Expand Down
Loading