mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 21:19:16 +02:00
parent
68b21d706c
commit
b43bf42efc
8 changed files with 13 additions and 121 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue