Skip to content

Commit ac58f48

Browse files
committed
Fix log file location in Automatic file compression
See qos-ch/logback#393 Signed-off-by: Johnny Lim <[email protected]>
1 parent f1ddaa2 commit ac58f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/pages/manual/appenders.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ <h3>Automatic file compression</h3>
11581158
file will be compressed to become
11591159
<em>/wombat/foo.2009-11-23.gz</em>. For the 24th of November,
11601160
logging output will be directed to
1161-
<em>/wombat/folder/foo.&#8203;2009-11-24</em> until it's rolled over
1161+
<em>/wombat/foo.2009-11-24</em> until it's rolled over
11621162
at the beginning of the next day.
11631163
</p>
11641164

0 commit comments

Comments
 (0)