Hrm. Thanks for the link... probably not going to end up being a Django
issue. I will report back if it is.
On Sunday, April 12, 2020 at 10:25:07 AM UTC-4, Tim Graham wrote:
>
> The relevant commit might be
> https://github.com/django/django/commit/10b44e45256ddda4258ae032b8d4725a3e3284e6.
>
The relevant commit might be
https://github.com/django/django/commit/10b44e45256ddda4258ae032b8d4725a3e3284e6.
That change was made in Django 2.1. You didn't say what version of Django
you're using.
You'll have to give more details about your case and what's behaving
differently.
On Sunday,
Why was the error log removed from handle_uncaught_exception? I didn't
find mention about it but I've recently encountered a middleware causing a
500 error and not getting a traceback log was unexpected.
https://github.com/django/django/blob/stable/2.0.x/django/core/handlers/exception.py#L115