如何调试“应用程序错误”在我的 heroku 托管 Ruby on Rails Web 应用程序中?

发布于 2024-10-29 03:06:36 字数 224 浏览 2 评论 0原文

白天,我的网站上随机出现“应用程序错误”屏幕,持续时间长达 20 分钟。

当我使用基本日志记录模块“heroku logs”时,它不会显示任何错误,就好像“应用程序错误”从未发生过一样。

当我在 Heroku 上使用新的日志记录模块时,同样的事情。

GetExceptional 不报告任何内容。

我应该如何继续查找导致错误的原因?

I am getting a "Application Error" screen randomly during the day on my website that last up to 20 minutes.

When I use the basic logging module "heroku logs", it doesn't show any error as if the "Application Error" never occurred.

When I use the new logging module on Heroku, same thing.

GetExceptional doesn't report anything.

How should I proceed to find what causes the error?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

晒暮凉 2024-11-05 03:06:36
heroku config:set LOG_LEVEL=debug 

应该有帮助。如果没有,您可以使用免费插件“exceptiontrap”

heroku config:set LOG_LEVEL=debug 

should help. if not, you can use the free addon "exceptiontrap"

水染的天色ゝ 2024-11-05 03:06:36

您可以安装异常通知程序,它会为每 500 向您发送一封电子邮件错误,包括完整的堆栈跟踪。

OT:在我看来,基本的 Heroku 日志(= 免费版本)非常无用。

You could install the exception notifier, which will send you an email for every 500 error including a full stack trace.

OT: The basic heroku logs (= free version) are pretty useless IMO.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文