Remove tests stuff
[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 }