質問編集履歴

1

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

2017/03/09 09:37

投稿

starrow1103
starrow1103

スコア137

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,27 @@
32
32
 
33
33
  ```heroku logs
34
34
 
35
- 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
35
+ 2017-03-09T08:53:27.185147+00:00 heroku[web.1]: State changed from crashed to starting
36
+
37
+ 2017-03-09T08:53:31.284567+00:00 heroku[web.1]: Starting process with command `gunicorn main:app --log-file=-`
38
+
39
+ 2017-03-09T08:53:33.769218+00:00 app[web.1]: bash: gunicorn: command not found
40
+
41
+ 2017-03-09T08:53:33.843958+00:00 heroku[web.1]: State changed from starting to crashed
42
+
43
+ 2017-03-09T08:53:33.817031+00:00 heroku[web.1]: Process exited with status 127
44
+
45
+ 2017-03-09T09:20:27.979351+00:00 heroku[web.1]: State changed from crashed to starting
46
+
47
+ 2017-03-09T09:20:34.420505+00:00 heroku[web.1]: Starting process with command `gunicorn main:app --log-file=-`
48
+
49
+ 2017-03-09T09:20:37.287924+00:00 app[web.1]: bash: gunicorn: command not found
50
+
51
+ 2017-03-09T09:20:37.421403+00:00 heroku[web.1]: State changed from starting to crashed
52
+
53
+ 2017-03-09T09:20:37.391778+00:00 heroku[web.1]: Process exited with status 127
54
+
55
+ 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
36
56
 
37
57
  ```
38
58