Previously, the mode was hard-coded to be "w" which truncates the file before logging. Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
4 lines
250 B
ReStructuredText
4 lines
250 B
ReStructuredText
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.
|