influxdb/etc/scripts/logrotate

10 lines
133 B
Plaintext
Raw Normal View History

2016-11-02 20:29:16 +00:00
/var/log/chronograf/chronograf.log {
daily
rotate 7
missingok
dateext
copytruncate
compress
notifempty
2016-11-02 20:29:16 +00:00
}