Merge "Tune-up logrotate config"

This commit is contained in:
Zuul 2018-09-18 22:32:49 +00:00 committed by Gerrit Code Review
commit 8f59a6f97c

View File

@ -1,12 +1,12 @@
{{ elastic_log_rotate_path }}/*.log {{ elastic_log_rotate_path }}/*.log
{ {
copytruncate copytruncate
weekly daily
missingok
rotate 2 rotate 2
delaycompress
compress compress
dateext dateext
maxage 5
notifempty notifempty
nocreate missingok
maxage 5
} }