Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Dec 3, 2009
1 parent 5f017a3 commit 6bf6cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logback-classic/src/test/input/turbo/scan_perf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 6bf6cb2

Please sign in to comment.