标签: python django apache
我在apache服务器上运行Django但是我没有看到apache错误日志文件中显示的实际Python错误。
在conf文件中,级别设置为DEBUG。
我看到了所有的print语句,但没有看到实际的python错误。有什么输入吗?
以下链接提供了解决方案 -
http://stackoverflow.com/questions/1925898/django-unhandled-exception
答案 0 :(得分:1)
这个答案基本上解决了我的问题:Django Unhandled Exception
我已经安装了代码片段以在日志中获取Django异常。