python - 有没有一个好的工具来聚合站点的 django 错误消息?

标签 python django error-handling

我们使用过 Arecibo,但它的配置和处理 AppEngine 都很痛苦。有没有人有其他或更好的工具来完成这项工作?

最佳答案

尝试哨兵/乌鸦。 https://www.getsentry.com/welcome/https://github.com/dcramer/sentry/

它是开源的,您可以运行自己的服务器,并且有非常好的 Django 集成。如果你只是想快速测试一下,可以使用他们的商业服务的试用版(没有特殊需要,只是省去你架设服务器的麻烦)。

关于python - 有没有一个好的工具来聚合站点的 django 错误消息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12101480/

相关文章:

c# - C#: Can't catch exception in unmanaged code, even with legacyCorruptedStateExceptionsPolicy and HandleProcessCorruptedStateExceptions

负值的 Python sort() 问题

python - 如何在 Django 模型/数据库中分离语言

django - 在 Django 中使用 through 查询多对多字段

python - HTML5播放器显示在网页上,但未播放mp3声音

python - 为什么我得到Int对象不是可迭代的错误?如果下次出现此类错误,应该采取什么方法?

json - 通过 header 错误代码返回或 JSON 响应终止 http 请求

python - 为什么不能通过 try-except 处理 "io.UnsupportedOperation"错误

python - Django-Rest-Framework APIView 返回模型对象和图像

python - 在类中访问类属性的pythonic方式