From 383fea89f041bc3c370ebfc1106f53923a2c7fed Mon Sep 17 00:00:00 2001
From: Johan Fleury <jfleury@arcaik.net>
Date: Tue, 1 Jun 2021 18:56:27 -0400
Subject: Allow setting log level using PEERTUBE_LOG_LEVEL envvar

---
 support/docker/production/config/custom-environment-variables.yaml | 1 +
 1 file changed, 1 insertion(+)

(limited to 'support')

diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml
index 0ed060bbf..ce0f89d7b 100644
--- a/support/docker/production/config/custom-environment-variables.yaml
+++ b/support/docker/production/config/custom-environment-variables.yaml
@@ -46,6 +46,7 @@ smtp:
   from_address: "PEERTUBE_SMTP_FROM"
 
 log:
+  level: "PEERTUBE_LOG_LEVEL"
   log_ping_requests:
     __name: "PEERTUBE_LOG_PING_REQUESTS"
     __format: "json"
-- 
cgit v1.2.3