summaryrefslogtreecommitdiffstats
path: root/main/supervisor/supervisord.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'main/supervisor/supervisord.logrotate')
-rw-r--r--main/supervisor/supervisord.logrotate6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/supervisor/supervisord.logrotate b/main/supervisor/supervisord.logrotate
new file mode 100644
index 000000000..de6ae02cc
--- /dev/null
+++ b/main/supervisor/supervisord.logrotate
@@ -0,0 +1,6 @@
+/var/log/supervisor/*.log {
+ missingok
+ weekly
+ notifempty
+ nocompress
+}