/var/log/imunify360/wafd-*.log /var/log/imunify360/imunify360-wafd.log {
    missingok
    notifempty
    size 16M
    compress
    delaycompress
    rotate 10
    create 0600 root root
    postrotate
        imunify360-wsctl reopen-logs || :
    endscript
}

/var/log/imunify360/modsec_audit.log {
    rotate 15
    size 300M
    missingok
    compress
    postrotate
        imunify360-wsctl reload || :
    endscript
}
