Configure logback for webflux-form

Issue gh-4802
This commit is contained in:
Rob Winch 2017-11-08 08:32:32 -06:00
parent 1728e21804
commit 9d7802d71f
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<root level="WARN">
<appender-ref ref="STDOUT" />
</root>
</configuration>