Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --log-file-mode option to the logging plugin, enabling appending to log-files #11979

Merged
merged 4 commits into from
Feb 21, 2024
Merged

Add --log-file-mode option to the logging plugin, enabling appending to log-files #11979

merged 4 commits into from
Feb 21, 2024

Commits on Feb 21, 2024

  1. Add --log-file-mode option to the logging plugin, enabling appending …

    …to log-files
    
    Previously, the mode was hard-coded to be "w" which truncates the file before logging.
    Relevant documentation has been updated and tests have been added to validate the new functionality.
    Leithal3 authored and nicoddemus committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d7339ae View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
    Leithal3 and nicoddemus committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5a65638 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd55010 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24380b6 View commit details
    Browse the repository at this point in the history