docs: note that copytruncate is needed for --log-file with logrotate #2259

This commit is contained in:
Nick Craig-Wood 2018-04-26 15:30:46 +01:00
parent ae562b5a4f
commit da4a5e1fb3

View File

@ -476,6 +476,10 @@ This can be useful for tracking down problems with syncs in
combination with the `-v` flag. See the [Logging section](#logging)
for more info.
Note that if you are using the `logrotate` program to manage rclone's
logs, then you should use the `copytruncate` option as rclone doesn't
have a signal to rotate logs.
### --log-level LEVEL ###
This sets the log level for rclone. The default log level is `NOTICE`.