Improve log output from unit tests

(follow-up to c8d3cc1493)

patch by Ariel Weisberg; reviewed by Robert Stupp for CASSANDRA-9528
This commit is contained in:
Ariel Weisberg 2015-07-22 19:46:08 +02:00 committed by Robert Stupp
parent 9ddce25ff7
commit 00ed8017fd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>./build/test/output/${cassandra.testtag}/TEST-${suitename}.log</file>
<file>./build/test/logs/${cassandra.testtag}/TEST-${suitename}.log</file>
<rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
<fileNamePattern>./build/test/logs/${cassandra.testtag}/TEST-${suitename}.log.%i.gz</fileNamePattern>
<minIndex>1</minIndex>