# logrotation file for Hub XMLRPC API
#

/var/log/hub/hub-xmlrpc-api.log
{
    weekly
    rotate 5
    copytruncate
    compress
    notifempty
    missingok
    size=10M
    postrotate
        /usr/bin/systemctl reload rsyslog.service > /dev/null
    endscript
}
