File: graphite-web.logrotate

package info (click to toggle)
graphite-web 1.1.4-3%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,416 kB
  • sloc: python: 11,275; sh: 61; makefile: 53
file content (8 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
/var/log/graphite/*.log {
	weekly
	missingok
	rotate 4
	compress
	notifempty
	create 640 _graphite _graphite
}