私はHeroku Rubyアプリケーションでアプリケーションエラーに陥っています:feedimg.heroku.com アプリケーションはlocalhost上で正常に動作しています。私はheroku rake db:migrate
を試しました。heroic restart
AWS S3の再接続/設定はありません。働くHeroku Rubyアプリケーションエラー
はここでエラーログです:あなたが再起動する必要が
2016-09-22T06:04:13.332269+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=feedimg.herokuapp.com request_id=6b563da0-56ff-49bd-aa26-9769ca3ee4bd fwd="199.188.193.230" dyno= connect= service= status=503 bytes=
2016-09-22T06:05:49.099162+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=feedimg.herokuapp.com request_id=15478003-112f-4048-a0a1-4f5c05953fd3 fwd="199.188.193.230" dyno= connect= service= status=503 bytes=
あなたは(papertail、loggly、新しい遺物)やエラー報告ツール(ロールバーを他のログサービスがありますか、エアブレーキ)アプリはあなたの開発マシンで動作しますか?テストはまだ緑色ですか? – spickermann
私はロギングサービスとしてDevice gemしか持っていません。私は他のエラー報告ツールを用意していません。私のローカルのdevマシンで動作します。 – huisleona