ansible-role-nextcloud/templates/nextcloud-logrotate.conf.j2

10 lines
200 B
Django/Jinja

{{ nextcloud_log_directory }}/*.log {
{{ nextcloud_log_rotation_frequency }}
missingok
rotate {{ nextcloud_log_rotation }}
compress
delaycompress
copytruncate
notifempty
}