# logrotate.d configuration
# Used in rpm build.  Keep in sync with debian/barbican-api.logrotate

/var/log/barbican/barbican-api.log {
    daily
    missingok
    compress
    delaycompress
    notifempty
}
