mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Adding delaycompress to logrotate
To avoid issues like: /etc/cron.daily/logrotate: gzip: stdin: file size changed while zipping This change is harmless and will prevent errors like this one
This commit is contained in:
parent
384dffd2d8
commit
52a374af18
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
rotate 7
|
||||
copytruncate
|
||||
compress
|
||||
delaycompress
|
||||
missingok
|
||||
notifempty
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue