标签: python debugging routing pyramid
我有一个特定的路径('service'和'/ service')在生产中不起作用(它们触发NotFound视图)(在Apache 2和mod_wsgi下)。
但是,在开发过程中,它们运行良好。
如何调试此问题?我尝试添加另一个类似的路由(抛出配置错误)。我已经尝试在development.ini文件下运行它(除日志记录外没有变化)。
答案 0 :(得分:2)
您可能会尝试使用Pyramid的notfound调试输出来收集生产配置和开发配置之间的差异:
http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/narr/environment.html#debugging-not-found-errors