File: graphite-web.logrotate

package info (click to toggle)
graphite-web 1.1.10-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,864 kB
  • sloc: javascript: 86,828; python: 12,239; sh: 91; makefile: 54
file content (8 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
/var/log/graphite/*.log {
	weekly
	missingok
	rotate 4
	compress
	notifempty
	create 640 _graphite _graphite
}