Skip to content
Snippets Groups Projects
Commit ae4b1137 authored by Ciarán Ainsworth's avatar Ciarán Ainsworth
Browse files

Resolve "Follow-up from "Document log level""

parent 50bd5dcb
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,17 @@ env = environ.Env()
ENV = env
LOGLEVEL = env("LOGLEVEL", default="info").upper()
"""
Default logging level for the Funkwhale processes""" # pylint: disable=W0105
Default logging level for the Funkwhale processes
Available levels:
- ``debug``
- ``info``
- ``warning``
- ``error``
- ``critical``
""" # pylint: disable=W0105
LOGGING_CONFIG = None
logging.config.dictConfig(
......
Documented LOGLEVEL command (#1541).
......@@ -232,5 +232,7 @@ List of Funkwhale plugins to load.
.. autodata:: config.settings.common.MIN_DELAY_BETWEEN_DOWNLOADS_COUNT
.. autodata:: config.settings.common.MARKDOWN_EXTENSIONS
.. autodata:: config.settings.common.LINKIFIER_SUPPORTED_TLDS
.. autodata:: config.settings.common.LOGLEVEL
:annotation: = info
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment