mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 19:39: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": {
|
"loggers": {
|
||||||
"funkwhale_api": {
|
"funkwhale_api": {
|
||||||
"level": LOGLEVEL,
|
"level": logging.getLevelName(LOGLEVEL),
|
||||||
"handlers": ["console"],
|
"handlers": ["console"],
|
||||||
# required to avoid double logging with root logger
|
# required to avoid double logging with root logger
|
||||||
"propagate": False,
|
"propagate": False,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue