-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.log
More file actions
12 lines (12 loc) · 760 Bytes
/
app.log
File metadata and controls
12 lines (12 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
INFO:werkzeug: * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
INFO:werkzeug: * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
INFO:werkzeug:127.0.0.1 - - [08/Jun/2021 15:16:03] "GET /notfound HTTP/1.1" 404 -
INFO:app:Main request successfull
INFO:werkzeug:127.0.0.1 - - [08/Jun/2021 15:16:08] "GET / HTTP/1.1" 200 -
INFO:app:Status request successfull
INFO:werkzeug:127.0.0.1 - - [08/Jun/2021 15:16:11] "GET /status HTTP/1.1" 200 -
INFO:app:Metrics request successfull
INFO:werkzeug:127.0.0.1 - - [08/Jun/2021 15:16:18] "GET /metrics HTTP/1.1" 200 -
INFO:app:Main request successfull
INFO:werkzeug:127.0.0.1 - - [08/Jun/2021 15:16:33] "GET / HTTP/1.1" 200 -
INFO:werkzeug: * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)