Remove duplicate handlers key on logging.

remotes/origin/enhancement/email-actions
Andrey Antukh 2014-03-21 20:46:04 +01:00
parent 5a9599c756
commit b81b53542b
1 changed files with 0 additions and 1 deletions

View File

@ -228,7 +228,6 @@ LOGGING = {
}, },
"taiga": { "taiga": {
"handlers": ["console"], "handlers": ["console"],
"handlers": [],
"level": "DEBUG", "level": "DEBUG",
"propagate": False, "propagate": False,
}, },