Update log category precision for all tests
Replace the full category capped at 36 chars with the class name only and 1 char per package, e.g. org.apache.commons.Foo -> o.a.c.Foo
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<Configuration status="WARN">
|
||||
<Appenders>
|
||||
<Console name="Console" target="SYSTEM_OUT">
|
||||
<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n" />
|
||||
<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{1.} - %msg%n" />
|
||||
</Console>
|
||||
</Appenders>
|
||||
<Loggers>
|
||||
|
||||
Reference in New Issue
Block a user