简体   繁体   English

如何从Heroku错误中获取Rails Heroku日志回溯

[英]How to get Rails Heroku log backtrace from Heroku error

I using rails 3.2.3 on Heroku Bamboo stack. 我在Heroku Bamboo堆栈上使用rails 3.2.3。 I got this error last night from my logs but can't diagnose exactly where and why its occurring. 我昨晚从日志中收到此错误,但无法确切地确定其发生的位置和原因。 How can I get the entire backtrace of the error from my heroku logs? 如何从heroku日志中获取错误的完整回溯?

app[web.2]: !! Unexpected error while processing request: can't modify frozen array
heroku[router]: Error H13 (Connection closed without response) -> GET

This isn't a direct answer to your question, since as far as I know you cannot get the backgrace from the log file. 这不是您问题的直接答案,因为据我所知,您无法从日志文件中获取后盾。 you get what you get. 你得到了你得到的。

However, I can't recommend airbrake enough for this type of error capturing. 但是,对于这种类型的错误捕获,我不能推荐空气制动器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM