mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 14:48:05 +01:00
Add a log filter for spurious warnings about unsupported channel options
This commit is contained in:
committed by
Jon Chambers
parent
ad5ef76e8e
commit
0871d6ebc1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user