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