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:
parent
181c3cdc28
commit
5646404dea
|
@ -3,8 +3,9 @@
|
|||
rotate 6
|
||||
daily
|
||||
missingok
|
||||
dateext
|
||||
copytruncate
|
||||
notifempty
|
||||
nocreate
|
||||
compress
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue