mirror of https://github.com/apache/cassandra
add ThresholdFilter for stderr for tests for cassandra-5961
This commit is contained in:
parent
ca037b08e8
commit
0ec481bd64
|
|
@ -19,6 +19,9 @@
|
|||
<encoder>
|
||||
<pattern>%-5level %date{HH:mm:ss,SSS} %msg%n</pattern>
|
||||
</encoder>
|
||||
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
|
||||
<level>WARN</level>
|
||||
</filter>
|
||||
</appender>
|
||||
|
||||
<root level="DEBUG">
|
||||
|
|
|
|||
Loading…
Reference in New Issue