mirror of https://github.com/apache/cassandra
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:
parent
9ddce25ff7
commit
00ed8017fd
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue