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