Issue #264: Fixes for logrotate config file.

This adds copytruncate and dateext to match the Influxdb logrotate file,
and removes nocreate (again, to match influxdb).
This commit is contained in:
Sean Reifschneider 2015-10-14 11:10:39 -06:00
parent 181c3cdc28
commit 5646404dea
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@
rotate 6
daily
missingok
dateext
copytruncate
notifempty
nocreate
compress
}