From 4ba8e3c55686d064b90f8bdeb12ac73c080c527e Mon Sep 17 00:00:00 2001 From: Dave Brosius Date: Tue, 17 Sep 2013 22:09:42 -0400 Subject: [PATCH] fix error in logback config files, causing INFO to spew unwantedly --- conf/logback.xml | 2 +- test/conf/logback-test.xml | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/conf/logback.xml b/conf/logback.xml index 5f3437638d..96ea2d78af 100644 --- a/conf/logback.xml +++ b/conf/logback.xml @@ -5,7 +5,7 @@ /var/log/cassandra/system.log.%i.zip 1 - 50 + 20 diff --git a/test/conf/logback-test.xml b/test/conf/logback-test.xml index ff953d7eb9..15a9b76ffd 100644 --- a/test/conf/logback-test.xml +++ b/test/conf/logback-test.xml @@ -4,7 +4,7 @@ ./build/test/logs/system.log.%i.zip 1 - 50 + 20 @@ -23,9 +23,19 @@ WARN + + + + %-5level %date{HH:mm:ss,SSS} %msg%n + + + WARN + + + \ No newline at end of file