File: graphite-api.logrotate

package info (click to toggle)
graphite-api 1.1.3-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 752 kB
  • sloc: python: 7,757; sh: 215; makefile: 150
file content (8 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
/var/log/graphite-api/*.log {
	weekly
	missingok
	rotate 4
	compress
	notifempty
	create 640 _graphite _graphite
}