0

I have a project deployed to hosting. I configured nginx and gunicorn as mentioned in documentation I turned DEBUG to False in settings.py file to avoid security risks. But turning debug to false deprive me from useful information. I read this article https://docs.djangoproject.com/en/3.0/howto/error-reporting/ about handling 404 error handling and sending it to admin's email adress I think that is what I need but I want to save this error information to special directory not to my email. Can I doing this?

0 Answers0