kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Resolve "Follow-up from "Document log level""
rodzic
50bd5dcb3f
commit
ae4b113708
|
@ -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(
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
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
|
||||
|
||||
```
|
||||
|
|
Ładowanie…
Reference in New Issue