Skip to content

Commit

Permalink
Compress log files in logrotate (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcoutadeur committed Nov 29, 2024
1 parent f1f0db3 commit 8d069b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 3rdparty/openldap.logrotate
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
/var/log/openldap.log {
daily
rotate 10
compress
delaycompress
missingok
notifempty
sharedscripts
Expand Down

0 comments on commit 8d069b1

Please sign in to comment.