如何在Heroku上获取应用程序错误的日志

时间:2015-01-25 07:12:34

标签: node.js logging heroku error-logging

我一直在尝试重新部署我在Heroku上托管的应用。

我正在进行的每次重新部署"您的应用已成功部署。"

但在打开页面时我得到了:

An error occurred in the application and your page could not be served.
Please try again in a few moments.
If you are the application owner, check your logs for details.

在'活动'下打开日志。标签给了我日志,但它什么都没有出错。

如何知道导致应用程序错误的原因。

1 个答案:

答案 0 :(得分:0)

我们可以从heroku shell轻松获取Heroku的日志。要在您的计算机上获取“heroku shell”,请安装heroku toolbelt。

安装了一个,从'cmd'登录到heroku:

heroku login

然后你可以得到日志:

heroku logs --app APPNAME

无论您使用git,github还是dropbox,都可以使用。