~ubuntu-branches/ubuntu/natty/nova/natty

« back to all changes in this revision

Viewing changes to debian/nova-scheduler.logrotate

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short, Chuck Short, Soren Hansen, Thierry Carrez
  • Date: 2011-02-18 09:36:22 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110218093622-w13dzywbd7vq2qh7
Tags: 2011.2~bzr700-0ubuntu1
[ Chuck Short ]
* New upstream version.

[ Soren Hansen ]
* Rely on --logdir to find and use the correct logfile.
* Remove the postrotate magic for all but nova-objectstore. It is not
  needed anymore due to using RotatingFileHandler for logging.

[ Thierry Carrez ]
* Ship adminclient in a separate package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/var/log/nova/nova-scheduler.log {
2
2
    daily
3
3
    missingok
4
 
    postrotate
5
 
        restart nova-scheduler
6
 
    endscript
7
4
}