From 7b6ebdbd64bc891c44288a38a5afec439ac5509b Mon Sep 17 00:00:00 2001
From: Georg Krause <mail@georg-krause.net>
Date: Mon, 26 Jul 2021 18:32:02 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 deploy/env.prod.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/env.prod.sample b/deploy/env.prod.sample
index 06b7a7059f..c1cc7e6aca 100644
--- a/deploy/env.prod.sample
+++ b/deploy/env.prod.sample
@@ -44,7 +44,7 @@ FUNKWHALE_HOSTNAME=yourdomain.funkwhale
 FUNKWHALE_PROTOCOL=https
 
 # Log level (debug, info, warning, error, critical)
-LOGLEVEL=info
+LOGLEVEL=error
 
 # Configure email sending using this variale
 # By default, funkwhale will output emails sent to stdout
-- 
GitLab