Added configuration to each init scripts so that they log in their own log file,...
[openstack-build/ceilometer-build.git] / trusty / debian / ceilometer-collector.logrotate
1 /var/log/ceilometer/ceilometer-collector.log {
2     daily
3     missingok
4     compress
5     delaycompress
6     notifempty
7 }