Updated Branches: refs/heads/trunk ca037b08e -> 0ec481bd6
add ThresholdFilter for stderr for tests for cassandra-5961 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0ec481bd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0ec481bd Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0ec481bd Branch: refs/heads/trunk Commit: 0ec481bd64874e8e03d046c5177dcf0f4a64e500 Parents: ca037b0 Author: Dave Brosius <[email protected]> Authored: Fri Aug 30 20:39:20 2013 -0400 Committer: Dave Brosius <[email protected]> Committed: Fri Aug 30 20:39:20 2013 -0400 ---------------------------------------------------------------------- test/conf/logback-test.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/0ec481bd/test/conf/logback-test.xml ---------------------------------------------------------------------- diff --git a/test/conf/logback-test.xml b/test/conf/logback-test.xml index dcfbb92..ff953d7 100644 --- a/test/conf/logback-test.xml +++ b/test/conf/logback-test.xml @@ -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">
