Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information