Comment 3 for bug 1522772

Revision history for this message
Palanivel Duraisamy (palanivel-duraisamy1) wrote :

The config file /etc/logrotate.d/glance-common has the following entry.
Looks there should not be any log rotation issue as file name is "*.log"

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