diff --git a/deploy/env.prod.sample b/deploy/env.prod.sample
index 081647c8d6c0de9befe81acc67195524fcee4655..7fe4f59db0f742c872aa23836f6d7d9fd48c624f 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 e-mail sending using this variale
 # By default, funkwhale will output e-mails sent to stdout
diff --git a/docs/admin/troubleshooting.rst b/docs/admin/troubleshooting.rst
index 36aee1d165749a4c04db5fedbb95002f091ce472..531928887f119891baac4e84de6e7134e092e28b 100644
--- a/docs/admin/troubleshooting.rst
+++ b/docs/admin/troubleshooting.rst
@@ -30,8 +30,8 @@ issue tracker.
 
 .. note::
 
-    To get detailed log messages you might want to set the environment variable ``LOGLEVEL=debug``. If you are
-    using the docker setup you can configure this in the .env file.
+    To get detailed log messages, set the environment variable ``LOGLEVEL=debug``. 
+    If you are using the docker setup you can configure this in the ``.env`` file.
 
 Backend issues
 ^^^^^^^^^^^^^^