Monday, January 28, 2019

Logging of full trace with Debug set to False

Hi!

I would like to catch and send all exceptions to a logging system.
When Debug is set to False, all debug related information is lost (just a HTTP 500 error message).

While Debug False works perfectly in production, I would like to log and send the exceptions to a backend, where I can save them.
This would allow me to fix bugs, that only occur once every month (because nobody is able to reproduce).

Similar approach was the case with Testflight on iOS, where I got a message for every App-crash.

How can I handle this?

Kind regards
Kevin

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3d10c100-6674-491d-b88f-2a1f2d92fcbf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment