/parsec/log/astra/events
{
        rotate 12
        size 256M
        missingok
        notifempty
        compress
        delaycompress
        sharedscripts
        prerotate
                chattr -a /parsec/log/astra/events > /dev/null
        endscript
        postrotate
                astra-protect-event-log > /dev/null
                syslog-ng-ctl reopen > /dev/null
        endscript
}
