problem: long thread names break log layout

This commit is contained in:
Igor Artamonov
2019-08-08 23:09:41 -04:00
parent 5478a7b992
commit 034d0fd601

View File

@@ -2,7 +2,7 @@
<Configuration status="WARN">
<Properties>
<Property name="dfltPattern">%d{HH:mm:ss.SSS} [%-20t] %-5level %24.24c{1} | %msg%n</Property>
<Property name="dfltPattern">%d{HH:mm:ss.SSS} [%-20.20t] %-5level %24.24c{1} | %msg%n</Property>
</Properties>
<Appenders>