質問編集履歴
1
エラーログ
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,4 +15,15 @@
|
|
15
15
|
An error occurred in the application and your page could not be served. Please try again in a few moments.
|
16
16
|
|
17
17
|
If you are the application owner, check your logs for details.
|
18
|
+
```
|
19
|
+
ログのエラー部分です。
|
20
|
+
```
|
21
|
+
30 2016-09-07T15:51:21.862165+00:00 heroku[run.2342]: Starting process with command `bundle exec rake db:migrate`
|
22
|
+
31 2016-09-07T15:51:21.906723+00:00 heroku[run.2342]: State changed from starting to up
|
23
|
+
32 2016-09-07T15:51:27.209988+00:00 heroku[run.2342]: Process exited with status 0
|
24
|
+
33 2016-09-07T15:51:27.261475+00:00 heroku[run.2342]: State changed from up to complete
|
25
|
+
34 2016-09-07T15:51:52.012249+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=boiling- lowlands-38076.herokuapp.com request_id=13758303-3137-4cd7-ada9-183d9c07b970 fwd="42.147.69.22" dyno= connect= service= status=503 bytes=
|
26
|
+
35 2016-09-07T15:51:53.802531+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" ho st=boiling-lowlands-38076.herokuapp.com request_id=0291a50c-b251-4a65-8a95-cedc0a736bd0 fwd="42.147.69.22" dyno= connec t= service= status=503 bytes=
|
27
|
+
36 2016-09-07T15:51:59.371995+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/members" host=b oiling-lowlands-38076.herokuapp.com request_id=f6f25298-88da-406e-a9dd-6408600ea09b fwd="42.147.69.22" dyno= connect= s ervice= status=503 bytes=
|
28
|
+
37 2016-09-07T15:52:00.250996+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" ho st=boiling-lowlands-38076.herokuapp.com request_id=76955d71-fe87-474b-88b6-36a26c96b209 fwd="42.147.69.22" dyno= connec t= service= status=503 bytes=
|
18
29
|
```
|