mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 20:51:55 +02:00
Fixed broken logging
This commit is contained in:
parent
32de134e4a
commit
68b21d706c
8 changed files with 121 additions and 13 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