Revert "Fixed broken logging"

This reverts commit 68b21d706c.
This commit is contained in:
Eliot Berriot 2019-06-24 15:31:11 +02:00
parent 68b21d706c
commit b43bf42efc
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
8 changed files with 13 additions and 121 deletions

View file

@ -46,7 +46,7 @@ logging.config.dictConfig(
},
"loggers": {
"funkwhale_api": {
"level": logging.getLevelName("LOGLEVEL"),
"level": LOGLEVEL,
"handlers": ["console"],
# required to avoid double logging with root logger
"propagate": False,