# QMI debug logs: daily rotation, up to 10 rotated files per log, compressed.
# Deploy to: cp qmi-logrotate /etc/logrotate.d/qmi-logrotate

/app/qmi-log/quectel-qmi.log
/app/qmi-log/qmi-failover.log
/app/qmi-log/ppp-to-qmi-switch.log
{
    daily
    rotate 10
    dateext
    dateformat -%Y%m%d
    compress
    missingok
    notifempty
}

