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
user1050619
  • 19,822
  • 85
  • 237
  • 413
  • 1
    Django errors don't usually go to the apache error log, I thought-- don't they default to django-errors.log? – Colleen Feb 28 '14 at 22:11

1 Answers1

1

This answer basically fixes my problem: Django Unhandled Exception

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

Community
  • 1
  • 1
Maxime Lorant
  • 34,607
  • 19
  • 87
  • 97