From b1fc5a9cb43faf2441ca7e9fe8b1786c56061baf Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 6 Nov 2023 08:59:38 +0100 Subject: [PATCH] Add log level example in docker .env --- support/docker/production/.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/docker/production/.env b/support/docker/production/.env index 3fc6aa301..e0ea5e73b 100644 --- a/support/docker/production/.env +++ b/support/docker/production/.env @@ -50,6 +50,8 @@ OPENDKIM_RequireSafeKeys=no PEERTUBE_OBJECT_STORAGE_UPLOAD_ACL_PUBLIC="public-read" PEERTUBE_OBJECT_STORAGE_UPLOAD_ACL_PRIVATE="private" +#PEERTUBE_LOG_LEVEL=info + # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\ #PEERTUBE_SIGNUP_ENABLED=true #PEERTUBE_TRANSCODING_ENABLED=true