Comment 1 for bug 1780139

Revision history for this message
Jan Gutter (jangutter) wrote :

Adding a small update for context in the tripleo scenario.

Originally the logrotate config looked like this:

/var/log/neutron/*.log {
    rotate 14
    size 10M
    missingok
    compress
    copytruncate
}

In the tripleo containers deployment, logrotate looks like this:

https://github.com/openstack/puppet-tripleo/blob/master/templates/logrotate/containers_logrotate.conf.erb