Improve Wording
This commit is contained in:
parent
b8d439b1bc
commit
115a5910a2
|
@ -44,7 +44,7 @@ FUNKWHALE_HOSTNAME=yourdomain.funkwhale
|
||||||
FUNKWHALE_PROTOCOL=https
|
FUNKWHALE_PROTOCOL=https
|
||||||
|
|
||||||
# Log level (debug, info, warning, error, critical)
|
# Log level (debug, info, warning, error, critical)
|
||||||
LOGLEVEL=info
|
LOGLEVEL=error
|
||||||
|
|
||||||
# Configure e-mail sending using this variale
|
# Configure e-mail sending using this variale
|
||||||
# By default, funkwhale will output e-mails sent to stdout
|
# By default, funkwhale will output e-mails sent to stdout
|
||||||
|
|
|
@ -30,8 +30,8 @@ issue tracker.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
To get detailed log messages you might want to set the environment variable ``LOGLEVEL=debug``. If you are
|
To get detailed log messages, set the environment variable ``LOGLEVEL=debug``.
|
||||||
using the docker setup you can configure this in the .env file.
|
If you are using the docker setup you can configure this in the ``.env`` file.
|
||||||
|
|
||||||
Backend issues
|
Backend issues
|
||||||
^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^
|
||||||
|
|
Loading…
Reference in New Issue