質問編集履歴
1
エラー発生前後のログを追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -95,3 +95,41 @@
|
|
95
95
|
gunicorn==19.9.0
|
96
96
|
|
97
97
|
Flask==1.0.2
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
### 9/17追記 前後のログの内容
|
102
|
+
|
103
|
+
あまり参考にならないかもしれませんが、エラーが発生した前後のログを追記します。
|
104
|
+
|
105
|
+
行頭★印がエラーのログです。
|
106
|
+
|
107
|
+
```
|
108
|
+
|
109
|
+
Sep 16 00:48:46 <アプリ名> heroku/router: at=info method=GET path="<パス②>" host=<URL> request_id=<リクエストID> fwd="<IPアドレス>" dyno=web.1 connect=1ms service=21ms status=200 bytes=18350 protocol=https
|
110
|
+
|
111
|
+
Sep 16 00:48:46 <アプリ名> app/web.1: <IPアドレス> - - [16/Sep/2019:16:48:46 +0900] "GET <パス②> HTTP/1.1" 200 18187 "<URL>" "<アクセス元のブラウザ等>"
|
112
|
+
|
113
|
+
★Sep 16 00:48:50 <アプリ名> heroku/router: sock=backend at=error code=H18 desc="Server Request Interrupted" method=POST path="<パス③>" host=<URL> request_id=<リクエストID> fwd="<IPアドレス>" dyno=web.1 connect=1ms service=95ms status=503 bytes= protocol=https
|
114
|
+
|
115
|
+
Sep 16 00:48:50 <アプリ名> app/web.1: 10.41.169.187 - - [16/Sep/2019:16:48:50 +0900] "POST <パス③> HTTP/1.1" 200 13763 "<URL>" "<アクセス元のブラウザ等>"
|
116
|
+
|
117
|
+
Sep 16 00:48:57 <アプリ名> heroku/router: at=info method=POST path="<パス③>" host=<URL> request_id=<リクエストID> fwd="<IPアドレス>" dyno=web.1 connect=0ms service=75ms status=200 bytes=14085 protocol=https
|
118
|
+
|
119
|
+
```
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
```
|
124
|
+
|
125
|
+
Sep 16 04:21:21 <アプリ名> heroku/router: at=info method=GET path="<パス④>" host=<URL> request_id=<リクエストID> fwd="<IPアドレス>" dyno=web.1 connect=1ms service=112ms status=200 bytes=31467 protocol=https
|
126
|
+
|
127
|
+
Sep 16 04:21:21 <アプリ名> app/web.1: 10.47.135.182 - - [16/Sep/2019:20:21:20 +0900] "GET <パス④> HTTP/1.1" 200 31145 "<URL>" "<アクセス元のブラウザ等>"
|
128
|
+
|
129
|
+
★Sep 16 04:21:30 <アプリ名> heroku/router: sock=backend at=error code=H18 desc="Server Request Interrupted" method=POST path="<パス④>" host=<URL> request_id=<リクエストID> fwd="<IPアドレス>" dyno=web.1 connect=1ms service=79ms status=503 bytes= protocol=https
|
130
|
+
|
131
|
+
Sep 16 04:21:31 <アプリ名> app/web.1: 10.47.135.182 - - [16/Sep/2019:20:21:30 +0900] "POST <パス④> HTTP/1.1" 200 31145 "<URL>" "<アクセス元のブラウザ等>"
|
132
|
+
|
133
|
+
Sep 16 04:21:45 <アプリ名> heroku/router: at=info method=POST path="<パス⑤>" host=<URL> request_id=<リクエストID> fwd="<IPアドレス>" dyno=web.1 connect=0ms service=152ms status=200 bytes=30369 protocol=https
|
134
|
+
|
135
|
+
```
|