Commit b4759f1
committed
Disable email_to to avoid CKAN 2.11 startup crash
email_to triggers _setup_error_mail_handler which attaches a
ContextualFilter to the root logger. The filter accesses request.path,
but ckan.csrf_protection.ignore_extensions (default: true) logs a
warning during app init outside request context, crashing uWSGI.1 parent 2314ced commit b4759f1
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
235 | 238 | | |
236 | 239 | | |
237 | 240 | | |
| |||
0 commit comments