Easier to read log pattern

This commit is contained in:
lieght
2025-09-17 16:51:56 +02:00
parent 49b9d5a87c
commit 867eddb0ff
2 changed files with 23 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<Configuration status="debug" name="AppConfig">
<Appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss} [%t] %-5level %logger{36} - %msg%n"/>
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss.SSS} [%17.17t] %-5level %logger{36} - %msg%n"/>
</Console>
</Appenders>
<Loggers>