docs: note that copytruncate is needed for --log-file with logrotate #2259
This commit is contained in:
parent
ae562b5a4f
commit
da4a5e1fb3
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
combination with the `-v` flag. See the [Logging section](#logging)
|
||||||
for more info.
|
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 ###
|
### --log-level LEVEL ###
|
||||||
|
|
||||||
This sets the log level for rclone. The default log level is `NOTICE`.
|
This sets the log level for rclone. The default log level is `NOTICE`.
|
||||||
|
|
Loading…
Reference in a new issue