glance package should include logrotate configs

Bug #904216 reported by Andrew Glen-Young
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
glance (Ubuntu)
Fix Released
Low
Unassigned

Bug Description

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
}

Changed in glance (Ubuntu):
status: New → Confirmed
importance: Undecided → Low
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package glance - 2012.1~e3~20120112.1060-0ubuntu1

---------------
glance (2012.1~e3~20120112.1060-0ubuntu1) precise; urgency=low

  [Chuck Short]
  * New upstream release.
  * Drop debian/pyversions.
  * debian/glance-api.logrotate, debian/glance-registry.logroate:
    Add logrotate files. (LP: #904216)
  * Update vcs information.
  * Fix up some lintian warnings.

  [Adam Gandleman]
  * debian/control: Drop python-support from Build-Depends
  * debian/python-glance.postinst: Removed. python-support is needed
    for update-python-modules but not a dependency. Let dh_python2
    generate instead. (LP: #907543)
 -- Chuck Short <email address hidden> Fri, 13 Jan 2012 10:50:40 +0100

Changed in glance (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.