diff --git a/deploy/env.prod.sample b/deploy/env.prod.sample
index 69b3e466e2fa24fdd31f848995a3dbef54bd37ce..b07ad212a9722073f0dceb23a2e79f5445410a7b 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