Remove duplicate handlers key on logging.
parent
5a9599c756
commit
b81b53542b
|
@ -228,7 +228,6 @@ LOGGING = {
|
||||||
},
|
},
|
||||||
"taiga": {
|
"taiga": {
|
||||||
"handlers": ["console"],
|
"handlers": ["console"],
|
||||||
"handlers": [],
|
|
||||||
"level": "DEBUG",
|
"level": "DEBUG",
|
||||||
"propagate": False,
|
"propagate": False,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue