正式起服务打底

This commit is contained in:
Neo
2025-11-19 05:05:37 +08:00
parent 7a822ea7ca
commit 31801ca384
19 changed files with 162 additions and 0 deletions

View File

@@ -0,0 +1 @@
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)

View File

@@ -0,0 +1 @@
INFO: 100.64.0.1:59692 - "GET /api/ping HTTP/1.1" 200 OK

View File

@@ -0,0 +1 @@
INFO: Application startup complete.

View File

@@ -0,0 +1 @@
INFO: 100.64.0.1:59690 - "GET /api/healthz HTTP/1.1" 200 OK

View File

@@ -0,0 +1 @@
INFO: Waiting for application startup.

View File

@@ -0,0 +1 @@
INFO: 100.64.0.1:60268 - "GET /api/ping HTTP/1.1" 200 OK

View File

@@ -0,0 +1 @@
INFO: Started server process [11432]

View File

@@ -0,0 +1 @@
INFO: 100.64.0.1:60266 - "GET /api/healthz HTTP/1.1" 200 OK

View File

@@ -0,0 +1 @@
INFO: 127.0.0.1:56463 - "GET /api/ping HTTP/1.1" 200 OK

View File

@@ -0,0 +1 @@
INFO: 127.0.0.1:56463 - "GET /api/healthz HTTP/1.1" 200 OK

View File

View File

View File

@@ -0,0 +1,11 @@
2025-11-19 04:51:16,714 DEBUG - Starting WinSW in console mode
2025-11-19 04:51:16,728 INFO - Installing service 'LLZQ API (FastAPI 8000) (llzq-api-8000)'...
2025-11-19 04:51:16,755 INFO - Service 'LLZQ API (FastAPI 8000) (llzq-api-8000)' was installed successfully.
2025-11-19 04:51:16,909 DEBUG - Starting WinSW in console mode
2025-11-19 04:51:16,925 INFO - Starting service 'LLZQ API (FastAPI 8000) (llzq-api-8000)'...
2025-11-19 04:51:17,008 DEBUG - Starting WinSW in service mode
2025-11-19 04:51:17,017 INFO - Service 'LLZQ API (FastAPI 8000) (llzq-api-8000)' started successfully.
2025-11-19 04:51:17,024 INFO - Starting D:\LLZQ\LLZQ-server\.venv\Scripts\uvicorn.exe app.main:app --host 0.0.0.0 --port 8000
2025-11-19 04:51:17,041 INFO - Started process 10844
2025-11-19 04:51:17,047 DEBUG - Forwarding logs of the process System.Diagnostics.Process (uvicorn) to WinSW.SizeBasedRollingLogAppender
2025-11-19 04:51:18,533 DEBUG - Starting WinSW in console mode