]> review.fuel-infra Code Review - openstack-build/cinder-build.git/blob - trusty/debian/cinder-common.logrotate
[MOS 10.0] Update cinder to v9.0.0.0b1
[openstack-build/cinder-build.git] / trusty / debian / cinder-common.logrotate
1 /var/log/cinder/*.log {
2     daily
3     missingok
4     compress
5     delaycompress
6     notifempty
7     copytruncate
8 }