Update 11978.improvement.rst

This commit is contained in:
Bruno Oliveira 2024-02-21 08:47:01 -03:00 committed by Bruno Oliveira
parent fd55010140
commit 24380b6eb7
1 changed files with 2 additions and 2 deletions

View File

@ -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.
Previously, the mode was hard-coded to be ``"w"`` which truncates the file before logging.