質問するログイン新規登録

質問編集履歴

1

heroku画面でのlogに直しました

2017/03/09 09:37

投稿

starrow1103
starrow1103

スコア137

title CHANGED
File without changes
body CHANGED
@@ -15,7 +15,17 @@
15
15
 
16
16
  ## エラー内容
17
17
  ```heroku logs
18
- 2017-03-09T08:48:35.689352+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=dry-tundra-76536.herokuapp.com request_id=01d76ccd-7ca3-4ca3-b70a-50e94d5d97c5 fwd="106.186.208.157" dyno= connect= service= status=503 bytes= protocol=https
18
+ 2017-03-09T08:53:27.185147+00:00 heroku[web.1]: State changed from crashed to starting
19
+ 2017-03-09T08:53:31.284567+00:00 heroku[web.1]: Starting process with command `gunicorn main:app --log-file=-`
20
+ 2017-03-09T08:53:33.769218+00:00 app[web.1]: bash: gunicorn: command not found
21
+ 2017-03-09T08:53:33.843958+00:00 heroku[web.1]: State changed from starting to crashed
22
+ 2017-03-09T08:53:33.817031+00:00 heroku[web.1]: Process exited with status 127
23
+ 2017-03-09T09:20:27.979351+00:00 heroku[web.1]: State changed from crashed to starting
24
+ 2017-03-09T09:20:34.420505+00:00 heroku[web.1]: Starting process with command `gunicorn main:app --log-file=-`
25
+ 2017-03-09T09:20:37.287924+00:00 app[web.1]: bash: gunicorn: command not found
26
+ 2017-03-09T09:20:37.421403+00:00 heroku[web.1]: State changed from starting to crashed
27
+ 2017-03-09T09:20:37.391778+00:00 heroku[web.1]: Process exited with status 127
28
+ 2017-03-09T09:34:54.176381+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=dry-tundra-76536.herokuapp.com request_id=2b338c7a-f1ad-498f-be21-c0af351463a7 fwd="126.200.83.66" dyno= connect= service= status=503 bytes= protocol=https
19
29
  ```
20
30
 
21
31