summaryrefslogtreecommitdiffstats
path: root/system/graphite-web/graphite-web.logrotate
blob: fad29bef4cdbbe97b7d9399ba849b6871172c7da (plain)
1
2
3
4
5
6
7
8
/var/log/graphite/*.log {
	weekly
	missingok
	rotate 4
	compress
	notifempty
	create 644 graphite graphite
}