Skip to content
Snippets Groups Projects
Verified Commit fd522bc0 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed some logging issues

parent b43bf42e
Branches
Tags
No related merge requests found
...@@ -46,7 +46,7 @@ logging.config.dictConfig( ...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment