I noticed in the django documentation that when DEBUG is False it will mail your configured ADMINS the full exception information.
Is there an easy way to dump the full exception information this to a file?
I noticed in the django documentation that when DEBUG is False it will mail your configured ADMINS the full exception information.
Is there an easy way to dump the full exception information this to a file?
No, but you can find or write middleware to catch it.