Skip to content

Commit

Permalink
Merge pull request #146 from mariux64/logrotate-never-delete-system-logs
Browse files Browse the repository at this point in the history
logrotate: Never delete system log messages `/var/log/messages`
  • Loading branch information
donald authored Jan 13, 2021
2 parents dad1460 + d7004f4 commit ea207f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logrotate/logrotate.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
dateext
dateformat .%Y-%m
dateyesterday
rotate 12
rotate -1
monthly
sharedscripts
postrotate
Expand Down

0 comments on commit ea207f8

Please sign in to comment.