From 14219666c5f95df9b82e984353f6cdfa72ea1c2a Mon Sep 17 00:00:00 2001 From: Jari Sundell Date: Fri, 24 Oct 2025 21:08:04 +0900 Subject: [PATCH] Fix syntax for appending to log files --- doc/manual/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/logging.md b/doc/manual/logging.md index 899c1f68..215df995 100644 --- a/doc/manual/logging.md +++ b/doc/manual/logging.md @@ -12,7 +12,7 @@ Some control over formatting will be provided at a later date. ## Appending to log files - log.append_file "rtorrent.log", "/tmp/rtorrent.log" + log.append_file = "rtorrent.log", "/tmp/rtorrent.log" The `log.open_file` clears any existing contents of the file. If you'd prefer to have a single log file that persists across application