0

我需要显示 heroku 日志,但我发送“heroku 日志”并收到错误消息“无法连接到日志服务”。

我在我的应用程序中使用 CarrierWave。该应用程序在我的本地主机中是完美的,但在 heroku 中不起作用..“我们很抱歉,但出了点问题。”

我需要显示日志!=/

我按照示例使用carrierwave + S3 + Heroku ...我需要帮助。

谢谢

4

2 回答 2

0

尝试运行

heroku logs --app APP_NAME_HERE

否则运行重新启动并重试。如果需要,添加 --app 部分。

heroku restart

heroku logs

于 2013-06-27T12:29:47.730 回答
0

您是否有某种防火墙阻止访问各种 heroku 域?还是阻塞443端口?

于 2013-06-27T12:07:04.680 回答