mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 09:19:16 +02:00
Fixed some logging issues
This commit is contained in:
parent
b43bf42efc
commit
fd522bc0de
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ logging.config.dictConfig(
|
|||
},
|
||||
"loggers": {
|
||||
"funkwhale_api": {
|
||||
"level": LOGLEVEL,
|
||||
"level": logging.getLevelName(LOGLEVEL),
|
||||
"handlers": ["console"],
|
||||
# required to avoid double logging with root logger
|
||||
"propagate": False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue