This commit is contained in:
David Brazda
2023-04-13 11:35:11 +02:00
parent 010efd8663
commit 246e1e8bd7
3 changed files with 107 additions and 0 deletions

18
strat.log Normal file
View File

@ -0,0 +1,18 @@
INFO: Started server process [55121]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
INFO: 127.0.0.1:61741 - "GET / HTTP/1.1" 304 Not Modified
INFO: 127.0.0.1:61741 - "GET /stratins/?_=1681378496498 HTTP/1.1" 200 OK
INFO: 127.0.0.1:61741 - "GET /runners/?_=1681378496499 HTTP/1.1" 200 OK
INFO: 127.0.0.1:61741 - "GET /stratins/?_=1681378496500 HTTP/1.1" 200 OK
INFO: 127.0.0.1:61742 - "GET /runners/?_=1681378496501 HTTP/1.1" 200 OK
INFO: 127.0.0.1:61741 - "GET / HTTP/1.1" 304 Not Modified
INFO: 127.0.0.1:61741 - "GET /stratins/?_=1681378497526 HTTP/1.1" 200 OK
INFO: 127.0.0.1:61741 - "GET /runners/?_=1681378497527 HTTP/1.1" 200 OK
INFO: 127.0.0.1:61741 - "GET /stratins/?_=1681378497528 HTTP/1.1" 200 OK
INFO: 127.0.0.1:61742 - "GET /runners/?_=1681378497529 HTTP/1.1" 200 OK
INFO: Shutting down
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
INFO: Finished server process [55121]