From 67834013de5bdbad5105bfcf69e3f79913ca9837 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 19 Jun 2023 13:55:54 +0200 Subject: [PATCH] Revert loglevel to error because issue seems to be fixed --- conf/env.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/env.prod b/conf/env.prod index d9cfba1..2bc8e2e 100644 --- a/conf/env.prod +++ b/conf/env.prod @@ -44,7 +44,7 @@ FUNKWHALE_HOSTNAME=__DOMAIN__ FUNKWHALE_PROTOCOL=https # Log level (debug, info, warning, error, critical) -LOGLEVEL=debug +LOGLEVEL=error # Configure e-mail sending using this variale # By default, funkwhale will output e-mails sent to stdout