Re: Admin site error reporting

2019-10-23 Thread Derek
Well, assuming you have followed all the advice given in that link I posted and have eliminated all those sources of error, then it seems like you will need to add more error trapping to pin down where the error occurs. If the log files are not been written to (which itself seems problematic &

Re: Admin site error reporting

2019-10-23 Thread Dieter Gyselinck
Thanx for the response. The normal logging works, I see errors in the error log file if they occur outside the Django Admin. However, the error with the change form in the admin does not occur in the logfiles. Same behaviour as with the error mailing. Op woensdag 23 oktober 2019 10:57:05 U

Re: Admin site error reporting

2019-10-23 Thread Derek
Does the normal logging work i.e. are you seeing those errors reported in the log files? And do you have trapping/handling for the email-sending code as well? Also have a look at: https://stackoverflow.com/questions/15128135/setting-debug-false-causes-500-erro for a brief discussion around the

Admin site error reporting

2019-10-22 Thread Dieter Gyselinck
When a change form is accessed in the admin site and an error occurs we receive an error screen if debug equals True. If I run into the same error on production, where debug equals False, I don't receive an error email. The error handling is probably configured correctly as I do get error em