]> review.fuel-infra Code Review - openstack-build/neutron-build.git/blob - SOURCES/neutron.logrotate
Remove tests stuff
[openstack-build/neutron-build.git] / SOURCES / neutron.logrotate
1 /var/log/neutron/*.log {
2     rotate 14
3     size 10M
4     missingok
5     compress
6     copytruncate
7 }