使用谷歌搜索引擎最新版本、2.7和网络应用2的Im,但使节制模式仅仅给我一个空白的超文本页面,而不是显示错误和 st痕。 这似乎并不像预期行为:
"When in debug mode, any exception that is now caught is raised and the stack trace is displayed to the client" http://webapp-improved.appspot.com/guide/app.html
我做了一些错误? 如果不是的话,我如何在网络应用2中使用一种习惯错误的手稿来印记痕迹?
感谢。
EDIT:这里有一例复制错误:
页: 1
application: testapp
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /.*
script: main.app
libraries:
- name: jinja2
version: "2.6"
主编
import webapp2
# Run application
app = webapp2.WSGIApplication([webapp2.Route( / , handler= handlers.IndexHandler )], debug=True)
由于没有包含指数Handler的“手提器”档案,因此该数字投下500个服务器错误。 但是,即便是debug = 真的,光线只是一个空页,没有产生错误和 st痕,只有上诉引擎记录除外。
我没有在生产服务器上这样做。