summaryrefslogtreecommitdiffstats
path: root/share/logrotate/container
blob: d1783dee63b4934fd2f4aa82a0c301231893cc81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Open Infrastructure: compute-tools

/var/log/compute-tools/container.log {
	compress
	create 0640 root adm
	dateext
	dateformat -%Y%m
	dateyesterday
	missingok
	monthly
	notifempty
	rotate 12
}