Skip to content

Commit cdd7ff7

Browse files
committed
clarify readme
Clarifying a bit, so it doesn't suggest that LoggerFileBackend doesn't work on Windows at all -- I can imagine it can be used. Also if there are log rotation tools on Windows which work like logrotate+copytruncate, this backend still can be used and files can rotate.
1 parent badc5b3 commit cdd7ff7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ LoggerFileBackend
22
=================
33

44
A simple `Logger` backend which writes logs to a file. It does not handle log
5-
rotation for you, but it does tolerate moving log file renames, so it can be
5+
rotation for you, but it does tolerate log file renames, so it can be
66
used in conjunction with external log rotation.
77

8-
**Note** This may not work on windows, because `File.Stat.inode` is used to determine
9-
whether the log file has been (re)moved and, on non-unix, `File.Stat.inode` is always 0.
8+
**Note** The following of file renames does not work on Windows, because `File.Stat.inode` is used to determine whether the log file has been (re)moved and, on non-Unix, `File.Stat.inode` is always 0.
109

1110
## Configuration
1211

0 commit comments

Comments
 (0)