reduce debug logs for apache http client

This commit is contained in:
napoly 2023-02-07 17:26:25 +01:00 committed by woodser
parent c194e0b5ed
commit a50e151c98
2 changed files with 3 additions and 0 deletions

View File

@ -11,5 +11,6 @@
</root>
<logger name="io.grpc.netty" level="WARN"/>
<logger name="org.apache" level="WARN" />
</configuration>

View File

@ -10,4 +10,6 @@
<appender-ref ref="CONSOLE_APPENDER"/>
</root>
<logger name="org.apache" level="WARN" />
</configuration>