Updated Branches:
  refs/heads/trunk 896e1722d -> fe32c9744

bump up duplicate log message filtering, for now


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/fe32c974
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/fe32c974
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/fe32c974

Branch: refs/heads/trunk
Commit: fe32c9744d64c0ce439b661f2d259c287ed94ae9
Parents: 896e172
Author: Dave Brosius <dbros...@apache.org>
Authored: Wed Aug 21 08:49:17 2013 -0400
Committer: Dave Brosius <dbros...@apache.org>
Committed: Wed Aug 21 08:50:03 2013 -0400

----------------------------------------------------------------------
 conf/logback.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/fe32c974/conf/logback.xml
----------------------------------------------------------------------
diff --git a/conf/logback.xml b/conf/logback.xml
index 47fed3f..cd17d44 100644
--- a/conf/logback.xml
+++ b/conf/logback.xml
@@ -1,6 +1,6 @@
 <configuration scan="true">
 
-  <turboFilter class="ch.qos.logback.classic.turbo.DuplicateMessageFilter" 
AllowedRepetitions="5"/>
+  <turboFilter class="ch.qos.logback.classic.turbo.DuplicateMessageFilter" 
AllowedRepetitions="100"/>
   
   <appender name="FILE" 
class="ch.qos.logback.core.rolling.RollingFileAppender">
     <file>/var/log/cassandra/system.log</file>

Reply via email to