From fd55010140b59495de25b98c3531b40b89ecd8af Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 21 Feb 2024 08:46:26 -0300 Subject: [PATCH] Update 11978.improvement.rst --- changelog/11978.improvement.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/11978.improvement.rst b/changelog/11978.improvement.rst index a15b0abb4..8d5bf6682 100644 --- a/changelog/11978.improvement.rst +++ b/changelog/11978.improvement.rst @@ -1,3 +1,3 @@ - Add ``--log-file-mode`` option to the logging plugin, enabling appending to log-files. This option accepts either "w" or "a" and defaults to "w". +Add ``--log-file-mode`` option to the logging plugin, enabling appending to log-files. This option accepts either "w" or "a" and defaults to "w". Previously, the mode was hard-coded to be "w" which truncates the file before logging.