blob: 7b769425a872b6a11b781edd18827226cf6b01f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/var/log/carbon/*.log {
weekly
missingok
rotate 7
compress
delaycompress
notifempty
create 644 graphite graphite
sharedscripts
postrotate
/etc/rc.d/rc.carbon-cache restart > /dev/null
endscript
}
|