config/puppet-manifests/src/modules/openstack/templates/barbican-api-logrotate.erb

15 lines
285 B
Plaintext

# This file is managed by Puppet.
#
# logrotate.d configuration
# Used in rpm build. Keep in sync with debian/barbican-api.logrotate
/var/log/barbican/barbican-api.log {
nodateext
size 10M
start 1
rotate 20
missingok
compress
notifempty
copytruncate
}