about summary refs log tree commit diff
path: root/bundles/traefik/files/logrotate.conf
blob: 5e3a71a78616378f5c554399c9fbc06dca755538 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/var/lib/traefik/*.log {
	weekly
	rotate 2
	size 50M
	missingok
	notifempty
	postrotate
	  podman pod kill --signal="USR1" traefik
	endscript
}