From 1ad7c743c2f14d3be4978b8d924782b49ff8978f Mon Sep 17 00:00:00 2001 From: Robb Ebright Date: Mon, 7 Aug 2017 17:09:34 -0400 Subject: [PATCH] Revert "WIP adding log rotation" This reverts commit 0eff2acb1406d2d20833ddf4eeaaeae65a90b333. --- .../airtime_analyzer/airtime-analyzer.logrotate | 11 ----------- python_apps/pypo/pypo/airtime-playout.logrotate | 11 ----------- 2 files changed, 22 deletions(-) delete mode 100644 python_apps/airtime_analyzer/airtime-analyzer.logrotate delete mode 100644 python_apps/pypo/pypo/airtime-playout.logrotate diff --git a/python_apps/airtime_analyzer/airtime-analyzer.logrotate b/python_apps/airtime_analyzer/airtime-analyzer.logrotate deleted file mode 100644 index 76a0bd0ec..000000000 --- a/python_apps/airtime_analyzer/airtime-analyzer.logrotate +++ /dev/null @@ -1,11 +0,0 @@ -/var/log/airtime/airtime_analyzer.log { - compress - rotate 10 - size 1000k - missingok - notifempty - sharedscripts - postrotate - start-stop-daemon --stop --signal USR1 --quiet --pidfile /var/run/airtime/airtime-liquidsoap.pid - endscript -} diff --git a/python_apps/pypo/pypo/airtime-playout.logrotate b/python_apps/pypo/pypo/airtime-playout.logrotate deleted file mode 100644 index 77bbc2c16..000000000 --- a/python_apps/pypo/pypo/airtime-playout.logrotate +++ /dev/null @@ -1,11 +0,0 @@ -/var/log/airtime/pypo/pypo.log { - compress - rotate 10 - size 1000k - missingok - notifempty - sharedscripts - postrotate - start-stop-daemon --stop --signal USR1 --quiet --pidfile /var/run/airtime/airtime-liquidsoap.pid - endscript -}