diff --git a/deploy/env.prod.sample b/deploy/env.prod.sample index 081647c8d..7fe4f59db 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 36aee1d16..531928887 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 ^^^^^^^^^^^^^^