You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by db...@apache.org on 2013/08/31 02:40:35 UTC

git commit: add ThresholdFilter for stderr for tests for cassandra-5961

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 <db...@apache.org>
Authored: Fri Aug 30 20:39:20 2013 -0400
Committer: Dave Brosius <db...@apache.org>
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">