Version: 1:6.0.0-5~u14.04+mcp0
* d/heat-api-cfn.logrotate, d/heat-api-cloudwatch.logrotate,
d/heat-api.logrotate, d/heat-engine.logrotate: Remove files.
* d/heat-common.logrotate: Provide unified logrotate rule for
all Heat log files.
Change-Id: I99d107ca21e5fd504829c012ac60fac708599fd0
+heat (1:6.0.0-5~u14.04+mcp0) mcp; urgency=medium
+
+ * d/heat-api-cfn.logrotate, d/heat-api-cloudwatch.logrotate,
+ d/heat-api.logrotate, d/heat-engine.logrotate: Remove files.
+ * d/heat-common.logrotate: Provide unified logrotate rule for
+ all Heat log files.
+
+ -- Ivan Udovichenko <iudovichenko@mirantis.com> Tue, 06 Jun 2017 14:39:19 +0300
+
heat (1:6.0.0-4~u14.04+mcp0) mcp; urgency=medium
* Rebuild for trusty-mitaka mcp branch
+++ /dev/null
-/var/log/heat/heat-api-cloudwatch.log {
- daily
- missingok
- compress
- delaycompress
- notifempty
- copytruncate
-}
+++ /dev/null
-/var/log/heat/heat-api.log {
- daily
- missingok
- compress
- delaycompress
- notifempty
- copytruncate
-}
-/var/log/heat/heat-api-cfn.log {
+/var/log/heat/*.log {
daily
missingok
compress
delaycompress
- notifempty
copytruncate
+ notifempty
}
+++ /dev/null
-/var/log/heat/heat-engine.log {
- daily
- missingok
- compress
- delaycompress
- notifempty
- copytruncate
-}