Comment 5 for bug 1522772

Revision history for this message
Bhargavi (bhargavi-c81) wrote :

I’ve tested this on Kilo release ( on Ubuntu Trusty server 14.04) and observed that glance-api.log and glance-registry log files are getting rotated on a daily basis .
And also old files are getting compressed.

Checked the default configuration in "/etc/logrotate.d/glance-common" file and that has the below entry. This seems to be correct.

/var/log/glance/*.log {
    daily
    missingok
    compress
    delaycompress
    copytruncate
    notifempty
}

looks like it's working as expected.