]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Switched from restarting daemons to copytruncate in logrotate.
authorThomas Goirand <thomas@goirand.fr>
Thu, 29 May 2014 06:13:11 +0000 (14:13 +0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 29 May 2014 06:13:11 +0000 (14:13 +0800)
Rewritten-From: 1a89b89e4878846a8fb6cc22fd99f2b9d9bd6a5f

trusty/debian/changelog
trusty/debian/heat-api-cfn.logrotate
trusty/debian/heat-api-cloudwatch.logrotate
trusty/debian/heat-api.logrotate
trusty/debian/heat-engine.logrotate

index dc626c4c4365143f871801464b69472f6ebe2bf4..756db8e7b060a130b53955fce87b1300bcc13106 100644 (file)
@@ -1,3 +1,15 @@
+heat (2014.1-6) unstable; urgency=medium
+
+  * Switched from restarting daemons to copytruncate in logrotate.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 29 May 2014 14:12:51 +0800
+
+heat (2014.1-5) unstable; urgency=medium
+
+  * Switched from restarting daemons to copytruncate for logrotate.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 29 May 2014 14:10:16 +0800
+
 heat (2014.1-4) unstable; urgency=high
 
   * Refreshed fix-default-db.patch.
index 67b8303a7a7ad13b51be0afb6135d796844764f1..919e3d613dfbae091e4408395daca827317cd5d4 100644 (file)
@@ -2,7 +2,7 @@
     daily
     missingok
     compress
-    postrotate
-        service heat-api-cfn restart >/dev/null 2>&1 || true
-    endscript
+    delaycompress
+    notifempty
+    copytruncate
 }
index 942b2fae95439f724710111664e34b720eba7463..f1fc131cd5db07487f72b94f9a97cd131d39c3c6 100644 (file)
@@ -1,8 +1,8 @@
 /var/log/heat/api-cloudwatch.log {
     daily
     missingok
-    compress
-    postrotate
-        service heat-api-cloudwatch restart >/dev/null 2>&1 || true
-    endscript
+    compress 
+    delaycompress
+    notifempty   
+    copytruncate
 }
index be1d307fb7938b2147159912b5849babe8e98117..7f8aed654bdcadb9eca71c03919391ed89eb4a40 100644 (file)
@@ -1,8 +1,8 @@
 /var/log/heat/api.log {
     daily
     missingok
-    compress
-    postrotate
-        service heat-api restart >/dev/null 2>&1 || true
-    endscript
+    compress 
+    delaycompress
+    notifempty   
+    copytruncate
 }
index 93d54128b9bf5044db636d40b11c09983c624968..4163548872278e3bbc07417ab8843b17e3852586 100644 (file)
@@ -1,8 +1,8 @@
 /var/log/heat/engine.log {
     daily
     missingok
-    compress
-    postrotate
-        service heat-engine restart >/dev/null 2>&1 || true
-    endscript
+    compress 
+    delaycompress
+    notifempty   
+    copytruncate
 }