haproxy.logrotate.j2 215 Bytes
Newer Older
1
{{ COMMON_LOG_DIR }}/haproxy/*.log {
2 3 4 5 6 7 8 9 10 11 12 13
		weekly
		missingok
		rotate 7
		compress
		delaycompress
		notifempty
		create 640 root adm
		sharedscripts
		postrotate
		/etc/init.d/haproxy reload > /dev/null
		endscript
}