summaryrefslogtreecommitdiffstats
path: root/share/logrotate/cephfs-snap
blob: e444829cfbee152901182023864c6439f4754c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
/var/log/open-infrastructure/cephfs-snap.log {
	compress
	create 0640 root adm
	dateext
	dateformat -%Y%m
	dateyesterday
	missingok
	monthly
	notifempty
	rotate 9999
}