diff options
Diffstat (limited to 'infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/logback.xml')
-rw-r--r-- | infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/logback.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/logback.xml b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/logback.xml index d3cdd6f1e..6dd4d4fc0 100644 --- a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/logback.xml +++ b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/logback.xml @@ -22,14 +22,11 @@ </encoder> </appender> - <root level="error"> + <root level="warn"> <appender-ref ref="STDOUT" /> <appender-ref ref="honeycomb.log" /> </root> <logger name="org.opendaylight" level="INFO"/> <logger name="io.fd" level="INFO"/> - - <!-- Netty --> - <logger name="io.netty" level="WARN"/> </configuration> |