22 lines
2 KiB
Text
22 lines
2 KiB
Text
|
2023-07-26 19:59:28,371 - db - INFO - Website is starting
|
|||
|
2023-07-26 19:59:28,383 - werkzeug - WARNING - WebSocket transport not available. Install simple-websocket for improved performance.
|
|||
|
2023-07-26 19:59:28,388 - werkzeug - INFO - [31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
|
|||
|
* Running on all addresses (0.0.0.0)
|
|||
|
* Running on http://127.0.0.1:5000
|
|||
|
* Running on http://10.23.42.164:5000
|
|||
|
2023-07-26 19:59:28,388 - werkzeug - INFO - [33mPress CTRL+C to quit[0m
|
|||
|
2023-07-26 19:59:32,464 - db - INFO - Changed the balance from user 1 from 28 to 35
|
|||
|
2023-07-26 19:59:32,465 - werkzeug - INFO - 127.0.0.1 - - [26/Jul/2023 19:59:32] "GET /api/change?id=1&change=7 HTTP/1.1" 200 -
|
|||
|
2023-07-26 19:59:36,173 - db - INFO - Changed the balance from user 1 from 35 to 28
|
|||
|
2023-07-26 19:59:36,175 - werkzeug - INFO - 127.0.0.1 - - [26/Jul/2023 19:59:36] "GET /api/change?id=1&change=-7 HTTP/1.1" 200 -
|
|||
|
2023-07-26 19:59:37,326 - db - INFO - Changed the balance from user 1 from 28 to 21
|
|||
|
2023-07-26 19:59:37,328 - werkzeug - INFO - 127.0.0.1 - - [26/Jul/2023 19:59:37] "GET /api/change?id=1&change=-7 HTTP/1.1" 200 -
|
|||
|
2023-07-26 19:59:37,953 - db - INFO - Changed the balance from user 1 from 21 to 14
|
|||
|
2023-07-26 19:59:37,955 - werkzeug - INFO - 127.0.0.1 - - [26/Jul/2023 19:59:37] "GET /api/change?id=1&change=-7 HTTP/1.1" 200 -
|
|||
|
2023-07-26 19:59:38,530 - db - INFO - Changed the balance from user 1 from 14 to 7
|
|||
|
2023-07-26 19:59:38,532 - werkzeug - INFO - 127.0.0.1 - - [26/Jul/2023 19:59:38] "GET /api/change?id=1&change=-7 HTTP/1.1" 200 -
|
|||
|
2023-07-26 19:59:51,956 - db - INFO - Changed the balance from user 1 from 7 to 2
|
|||
|
2023-07-26 19:59:51,957 - werkzeug - INFO - 127.0.0.1 - - [26/Jul/2023 19:59:51] "GET /api/change?id=1&change=-5 HTTP/1.1" 200 -
|
|||
|
2023-07-26 19:59:53,445 - db - INFO - Changed the balance from user 1 from 2 to -3
|
|||
|
2023-07-26 19:59:53,447 - werkzeug - INFO - 127.0.0.1 - - [26/Jul/2023 19:59:53] "GET /api/change?id=1&change=-5 HTTP/1.1" 200 -
|