ansible-roles/mysql/templates/mysql_skip.logrotate.j2
Eric Morino a6cfc0159b
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
Add logrotate for mysql_skip log file
2022-12-16 16:31:43 +01:00

10 lines
140 B
Django/Jinja

/var/log/mysql_skip.log {
missingok
notifempty
monthly
rotate 12
compress
create 640 root adm
dateext
dateformat -%Y%m%d%H
}