Skip to content

logrotate: Never delete system log messages /var/log/messages #146

Merged
merged 1 commit into from
Jan 13, 2021

Commits on Jan 13, 2021

  1. logrotate: Never delete system log messages /var/log/messages

    Currently, they are deleted after twelve months, which is undesired, as
    older logs are sometimes needed for comparison and debugging.
    
    > If count is -1, old logs are not removed at all (use with caution, may
    > waste performance and disk space).
    
    We have enough space, so keep the logs.
    pmenzel committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    d7004f4 View commit details
    Browse the repository at this point in the history