# Log rotate for Uhub
# see man logrotate
#
#
/var/log/uhub.log {
        compress
        size 10M
        rotate 10
        missingok
        notifempty


}

