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