Public bug reported:

Currently the glance package does not supply a logrotate script to
rotate the growing log files. Continually growing log files can be a
problem and can make problem diagnosis a little more tedious. Can we
include a logrotate config for the glance package?

I have included the one I use below (based on the nova ones):

/etc/logrotate.d/glance:

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

** Affects: glance (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/904216

Title:
  glance package should include logrotate configs

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to