Resolve "Follow-up from "Document log level""
This commit is contained in:
parent
50bd5dcb3f
commit
ae4b113708
3 changed files with 14 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue