From 5b209e584ada0da9a15ad36b6b80e5c823cf13e1 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer <ph.wolfer@gmail.com> Date: Wed, 16 Jun 2021 17:30:05 +0200 Subject: [PATCH] Set LOGLEVEL in example .env file --- deploy/env.prod.sample | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deploy/env.prod.sample b/deploy/env.prod.sample index 5937e7741b..081647c8d6 100644 --- a/deploy/env.prod.sample +++ b/deploy/env.prod.sample @@ -43,8 +43,11 @@ FUNKWHALE_WEB_WORKERS=4 FUNKWHALE_HOSTNAME=yourdomain.funkwhale FUNKWHALE_PROTOCOL=https -# Configure email sending using this variale -# By default, funkwhale will output emails sent to stdout +# 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 # EMAIL_CONFIG=consolemail:// # output emails to console (the default) # EMAIL_CONFIG=dummymail:// # disable email sending completely -- GitLab