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