Version: 1:6.0.0-5~u16.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: I6512a2a03ab99e9019de5af154c35314ef5b62bd
+heat (1:6.0.0-5~u16.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> Mon, 05 Jun 2017 16:31:10 +0300
+
heat (1:6.0.0-4~u16.04+mcp0) mcp; urgency=medium
* Rebuild for xenial-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
-}