From 3029c71a150b709a68b8bab0022aa579e5f89e78 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 3 Mar 2017 13:38:52 +0000 Subject: [PATCH] community/uwsgi: fix --- community/uwsgi/uwsgi.logrotate | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/uwsgi/uwsgi.logrotate diff --git a/community/uwsgi/uwsgi.logrotate b/community/uwsgi/uwsgi.logrotate new file mode 100644 index 000000000..c63feed6a --- /dev/null +++ b/community/uwsgi/uwsgi.logrotate @@ -0,0 +1,9 @@ +/var/log/uwsgi/*.log /var/log/uwsgi/*/*.log { + copytruncate + daily + rotate 7 + compress + delaycompress + missingok + notifempty +}