Is there a version of ereporter for Python 2.7

2019-04-16 04:15发布

I'm a big fan of the Google App Engine ereporter module. It sends you an email every day with all the errors you logged. I'm creating a new app, and it defaulted to Python 2.7 and multithreaded, and if I try to include ereporter I get errors because it relies on wsgi.

Is there any way to get this functionality with the non-deprecated python in GAE?

1条回答
smile是对你的礼貌
2楼-- · 2019-04-16 04:53

This answer was offered on the gae mailing list, and it works!

handlers:
- url: /_ereporter.*
  script: google.appengine.ext.ereporter.report_generator.application
  login: admin
查看更多
登录 后发表回答