HTTP header adapters print header values

Issue: SPR-17546
This commit is contained in:
Rossen Stoyanchev
2018-12-12 11:10:10 -05:00
parent 270099383b
commit 8eef97da33
6 changed files with 47 additions and 2 deletions

View File

@@ -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>