Fixed some logging issues
This commit is contained in:
parent
b43bf42efc
commit
fd522bc0de
|
@ -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…
Reference in New Issue