From 937dd7fa1f3fd18de83a8a00a171b9bdac9859ad Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 8 Sep 2020 16:13:33 +0100 Subject: [PATCH] docs: note --log-file does append --- docs/content/docs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/docs.md b/docs/content/docs.md index 6ea3af8d3..7248ccee1 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -757,6 +757,8 @@ This can be useful for tracking down problems with syncs in combination with the `-v` flag. See the [Logging section](#logging) for more info. +If FILE exists then rclone will append to it. + 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.