ansible-syslog-receiver/roles/rsyslog/templates/rsyslog-receiver.logrotate.j2

13 lines
244 B
Text
Raw Normal View History

2024-01-19 08:25:49 +01:00
{{ syslog_path }}/*/*.log
{
rotate 14
daily
missingok
notifempty
compress
delaycompress
sharedscripts
postrotate
/usr/lib/rsyslog/rsyslog-rotate
endscript
}