/var/log/maxscale/*.log {
    create 640 maxscale maxscale
    rotate 5
    monthly
    missingok
    notifempty
    nocompress
    postrotate
        /bin/systemctl reload maxscale.service > /dev/null 2>/dev/null || true
    endscript
}
