/var/log/timus/setup/* {
    size 5M
    rotate 1
    missingok
    notifempty
    copytruncate
}

/var/log/timus/gunicorn.log {
    size 5M
    rotate 1
    missingok
    notifempty
    copytruncate
}
