aboutsummaryrefslogtreecommitdiffstats
path: root/community/influxdb/influxdb.logrotate
blob: e4a3d275803aa84dced5b4c96510333acb5314be (plain)
1
2
3
4
5
6
7
8
/var/log/influxdb/influxdb.log {
	daily
	missingok
	copytruncate
	rotate 7
	compress
	notifempty
}