7e6586b09a4482ccd446353a01884b2336e87ba6
[openstack-build/neutron-build.git] / neutron.logrotate
1 compress
2
3 /var/log/neutron/*.log {
4     weekly
5     rotate 4
6     missingok
7     compress
8     minsize 100k
9 }