# You can use this to rotate the radius logs. Simply copy it to
# /etc/logrotate.d/radiusd

/var/log/checkrad.log {
        monthly
        rotate 4
        create
        compress
}

/var/log/radius.log {
        monthly
        rotate 4
        create
        compress
}

/var/log/radwatch.log {
        monthly
        rotate 4
        create
        compress
}

/var/log/radacct/radius.sql {
        monthly
        rotate 4
        create
        compress
}
