mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Reduce log output in productive environment
This commit is contained in:
parent
7c6e71cc72
commit
2f7e74f27f
1 changed files with 12 additions and 0 deletions
12
monitor/src/main/resources/logback.xml
Normal file
12
monitor/src/main/resources/logback.xml
Normal 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="INFO">
|
||||
<appender-ref ref="STDOUT" />
|
||||
</root>
|
||||
<logger name="org.berndpruenster.netlayer.tor" level="INFO"/>
|
||||
</configuration>
|
Loading…
Add table
Reference in a new issue