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.


** Changed in: glance (Ubuntu)
       Status: New => In Progress

** Changed in: glance (Ubuntu)
       Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to glance in Ubuntu.
https://bugs.launchpad.net/bugs/1522772

Title:
  logrotate config file matches the wrong files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1522772/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to