Repository: cassandra Updated Branches: refs/heads/trunk 9ddce25ff -> 00ed8017f
Improve log output from unit tests (follow-up to c8d3cc1493a0ca47fa34e88d9a113440611dce3b) patch by Ariel Weisberg; reviewed by Robert Stupp for CASSANDRA-9528 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/00ed8017 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/00ed8017 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/00ed8017 Branch: refs/heads/trunk Commit: 00ed8017fd8641af7e9dcc8133b85b2dcb4aebac Parents: 9ddce25 Author: Ariel Weisberg <[email protected]> Authored: Wed Jul 22 19:46:08 2015 +0200 Committer: Robert Stupp <[email protected]> Committed: Wed Jul 22 19:46:47 2015 +0200 ---------------------------------------------------------------------- test/conf/logback-test.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/00ed8017/test/conf/logback-test.xml ---------------------------------------------------------------------- diff --git a/test/conf/logback-test.xml b/test/conf/logback-test.xml index 9facb83..0e1bb76 100644 --- a/test/conf/logback-test.xml +++ b/test/conf/logback-test.xml @@ -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>
