Add a log filter for spurious warnings about unsupported channel options

This commit is contained in:
Jon Chambers
2024-06-07 19:11:55 -04:00
committed by Jon Chambers
parent ad5ef76e8e
commit 0871d6ebc1
4 changed files with 46 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
<configuration>
<import class="org.whispersystems.textsecuregcm.util.logging.UnknownKeepaliveOptionFilter"/>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<filter class="UnknownKeepaliveOptionFilter"/>
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>