【问题标题】:Is there a version of ereporter for Python 2.7是否有适用于 Python 2.7 的 ereporter 版本
【发布时间】:2013-05-23 20:25:48
【问题描述】:

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

有什么方法可以在 GAE 中使用未弃用的 python 获得此功能?

【问题讨论】:

    标签: multithreading google-app-engine python-2.7


    【解决方案1】:

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

    handlers:
    - url: /_ereporter.*
      script: google.appengine.ext.ereporter.report_generator.application
      login: admin
    

    【讨论】:

      猜你喜欢
      • 2021-05-01
      • 2023-03-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多