Fix default logger autoconfiguration parse error

This commit is contained in:
Chris Eager 2021-04-13 15:32:09 -05:00 committed by Chris Eager
parent 92c25a8373
commit 18fb23f27c
1 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,8 @@
<!-- Turning down the wiremock logging -->
<logger name="com.github.tomakehurst.wiremock" level="WARN"/>
<logger name="wiremock.org" level="ERROR"/>
<logger name="WireMock" level="WARN"/>
<!-- wiremock has per endpoint servlet logging -->
<logger name="/" level="WARN"/>
<configuration>
<!-- Turning down the wiremock logging -->
<logger name="com.github.tomakehurst.wiremock" level="WARN"/>
<logger name="wiremock.org" level="ERROR"/>
<logger name="WireMock" level="WARN"/>
<!-- wiremock has per endpoint servlet logging -->
<logger name="/" level="WARN"/>
</configuration>