From 115a5910a29477123ba5334d1fdfd2a1ca8c523b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Mon, 26 Jul 2021 18:30:48 +0000 Subject: [PATCH] Improve Wording --- deploy/env.prod.sample | 2 +- docs/admin/troubleshooting.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/env.prod.sample b/deploy/env.prod.sample index b07ad212a..73ba778ff 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 b38cb0802..1d342d837 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 ^^^^^^^^^^^^^^