1

I'm running Django in apache server but I don't see the actual Python errors being displayed in apache error log file.

In the conf file the level is set to DEBUG.

I see all the print statements but not the actual python error. Any inputs?

This link below provides the solution -

http://stackoverflow.com/questions/1925898/django-unhandled-exception
1
  • 1
    Django errors don't usually go to the apache error log, I thought-- don't they default to django-errors.log? Commented Feb 28, 2014 at 22:11

1 Answer 1

1

This answer basically fixes my problem: Django Unhandled Exception

I have installed the snippet to get Django exception in the log.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.