fix prod logger

pull/9340/head
Thibault Duplessis 2021-07-03 08:15:22 +02:00
parent fc7bdca378
commit c9ef92fe48
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@
<!-- TolerantText body parser tried to parse request 108654561 as text body with charset UTF-8, but it contains invalid characters! -->
<logger name="play.api.mvc.PlayBodyParsers" level="ERROR" />
<!-- p.s.a.o.a.n.h.i.Unauthorized401Interceptor Can't handle 401 with Basic realm as auth was preemptive and already performed -->
<logger name="play.server.api.org.asynchttpclient.netty.handler.intercept.Unauthorized401Interceptor" level="WARNING" />
<logger name="play.shaded.ahc.org.asynchttpclient.netty.handler.intercept.Unauthorized401Interceptor" level="WARNING" />
<!-- allows failing async computations instead of returning null, without seeing the WARN -->
<logger name="com.github.benmanes.caffeine.cache.LocalAsyncCache" level="ERROR">
<appender-ref ref="STDOUT" />