mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-22 11:39:29 +00:00
reduce debug logs for apache http client
This commit is contained in:
parent
c194e0b5ed
commit
a50e151c98
2 changed files with 3 additions and 0 deletions
|
@ -11,5 +11,6 @@
|
|||
</root>
|
||||
|
||||
<logger name="io.grpc.netty" level="WARN"/>
|
||||
<logger name="org.apache" level="WARN" />
|
||||
|
||||
</configuration>
|
||||
|
|
|
@ -10,4 +10,6 @@
|
|||
<appender-ref ref="CONSOLE_APPENDER"/>
|
||||
</root>
|
||||
|
||||
<logger name="org.apache" level="WARN" />
|
||||
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in a new issue