/var/lib/ha/sync/synoha_left.log /var/lib/ha/sync/synoha_right.log {
    size 10M
    missingok
    rotate 1
    start 0
    nocompress
    postrotate
        /sbin/initctl reload syslog-ng || true
    endscript
}

/var/log/cluster/busy_system_info.log {
    size 5M
    missingok
    rotate 1
    start 0
    nocompress
}

/var/log/cluster/sysrec.log {
    size 5M
    missingok
    rotate 10
    start 0
    compress
}
