
The branch, master has been updated via 6bf6cb246a697364bdeef756663f42593ed4b290 (commit) from 5f017a3925a5262e25c522011348174421cfd3bb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=6bf6cb246a697364bdeef7566... http://github.com/ceki/logback/commit/6bf6cb246a697364bdeef756663f42593ed4b2... commit 6bf6cb246a697364bdeef756663f42593ed4b290 Author: Ceki Gulcu <ceki@qos.ch> Date: Thu Dec 3 18:25:35 2009 +0100 minor change diff --git a/logback-classic/src/test/input/turbo/scan_perf.xml b/logback-classic/src/test/input/turbo/scan_perf.xml index 7ef7c83..a5bc569 100644 --- a/logback-classic/src/test/input/turbo/scan_perf.xml +++ b/logback-classic/src/test/input/turbo/scan_perf.xml @@ -4,7 +4,7 @@ <configuration scan="true" scanPeriod="50 millisecond"> <appender name="FILE" class="ch.qos.logback.core.FileAppender"> - <File>testFile.log</File> + <File>target/test-output/testFile.log</File> <Append>true</Append> <layout class="ch.qos.logback.classic.PatternLayout"> ----------------------------------------------------------------------- Summary of changes: logback-classic/src/test/input/turbo/scan_perf.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.