From: Guillaume Pellerin Date: Thu, 27 Sep 2018 11:06:49 +0000 (+0200) Subject: Add generic uwsgi logrotate config X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f9b07da7f1b4c0fc805d25ebd875152a99e50fd2;p=mezzo.git Add generic uwsgi logrotate config --- diff --git a/etc/logrotate.d/uwsgi b/etc/logrotate.d/uwsgi new file mode 100644 index 00000000..877cfc5b --- /dev/null +++ b/etc/logrotate.d/uwsgi @@ -0,0 +1,9 @@ +"/var/log/uwsgi/*.log" "/var/log/uwsgi/app/*.log" { + copytruncate + daily + rotate 5 + compress + delaycompress + missingok + notifempty +}