From fc3198dc2034f5aca5e8828d8530ec7e79dfa295 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Wed, 16 Jun 2021 17:30:05 +0200 Subject: [PATCH] Set LOGLEVEL in example .env file --- deploy/env.prod.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/env.prod.sample b/deploy/env.prod.sample index 69b3e466e..b07ad212a 100644 --- a/deploy/env.prod.sample +++ b/deploy/env.prod.sample @@ -43,6 +43,9 @@ FUNKWHALE_WEB_WORKERS=4 FUNKWHALE_HOSTNAME=yourdomain.funkwhale FUNKWHALE_PROTOCOL=https +# Log level (debug, info, warning, error, critical) +LOGLEVEL=info + # Configure e-mail sending using this variale # By default, funkwhale will output e-mails sent to stdout # here are a few examples for this setting