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

Introduce 'logrotate' log generator #720

Merged
merged 5 commits into from
Nov 7, 2023
Merged

Introduce 'logrotate' log generator #720

merged 5 commits into from
Nov 7, 2023

Commits on Nov 2, 2023

  1. Introduce 'logrotate' log generator

    This commit introduces a new log generator that is able to mimic logrotate's
    operation. This also allows us to mimic how kubernetes logs work by setting
    `total_rotations` to be zero.
    
    REF SMPTNG-44
    
    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    58028f2 View commit details
    Browse the repository at this point in the history
  2. losely -> loosely via @goxberry

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9f3d917 View commit details
    Browse the repository at this point in the history
  3. clippy dings

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6dc7bf9 View commit details
    Browse the repository at this point in the history
  4. wire up configuration, review feedback

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5a44458 View commit details
    Browse the repository at this point in the history
  5. changelog, 0.20.0-rc1

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    84ac6d7 View commit details
    Browse the repository at this point in the history