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
|
rotate 6
|
||||||
daily
|
daily
|
||||||
missingok
|
missingok
|
||||||
|
dateext
|
||||||
|
copytruncate
|
||||||
notifempty
|
notifempty
|
||||||
nocreate
|
|
||||||
compress
|
compress
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue