是否有适用于Python 2.7的ereporter版本

Jos*_*ith 1 google-app-engine multithreading python-2.7

我是Google App Engine ereporter模块的忠实粉丝.它每天向您发送一封电子邮件,其中包含您记录的所有错误.我正在创建一个新的应用程序,它默认为Python 2.7和多线程,如果我尝试包含ereporter我会得到错误,因为它依赖于wsgi.

有没有办法在GAE中使用非弃用的python来获得此功能?

Jos*_*ith 5

这个答案是在gae邮件列表中提供的,它有效!

handlers:
- url: /_ereporter.*
  script: google.appengine.ext.ereporter.report_generator.application
  login: admin
Run Code Online (Sandbox Code Playgroud)