Fixed some logging issues

This commit is contained in:
Eliot Berriot 2019-06-24 15:32:35 +02:00
parent b43bf42efc
commit fd522bc0de
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 1 deletions

View File

@ -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,