]> review.fuel-infra Code Review - openstack-build/cinder-build.git/blob - trusty/debian/cinder-common.logrotate
Move cinder to 8.0 branch
[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 }