Comment 4 for bug 1522772

Revision history for this message
Bhargavi (challa-bhargavi1) wrote :

I am using Kilo on Ubuntu 14.04.

glance-api and glance-registry log files are getting rotated on a daily basis and also old files are getting compressed.

below configuration I found in "/etc/logrotate.d/glance-common" file :

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

looks like it's working as expected

please verify your config files (/etc/logrotate.d/glance-common ) and (/etc/cron.daily/logrotate )