-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathserver.log
More file actions
70 lines (70 loc) · 3.14 KB
/
server.log
File metadata and controls
70 lines (70 loc) · 3.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
INFO: Will watch for changes in these directories: ['/Users/lv/Workspace/knowledgeAssistant/backend']
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO: Started reloader process [88420] using StatReload
INFO: Started server process [88423]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: 127.0.0.1:65385 - "GET /health HTTP/1.1" 200 OK
INFO: 127.0.0.1:65424 - "GET /api/memories/settings HTTP/1.1" 200 OK
INFO: 127.0.0.1:65443 - "POST /api/memories/settings HTTP/1.1" 200 OK
WARNING: StatReload detected changes in 'services/llm_service.py'. Reloading...
INFO: Shutting down
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
INFO: Finished server process [88423]
INFO: Started server process [92945]
INFO: Waiting for application startup.
INFO: Application startup complete.
WARNING: StatReload detected changes in 'services/llm_service.py'. Reloading...
INFO: Shutting down
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
INFO: Finished server process [92945]
INFO: Started server process [93000]
INFO: Waiting for application startup.
INFO: Application startup complete.
WARNING: StatReload detected changes in 'services/llm_service.py'. Reloading...
INFO: Shutting down
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
INFO: Finished server process [93000]
INFO: Started server process [93151]
INFO: Waiting for application startup.
INFO: Application startup complete.
WARNING: StatReload detected changes in 'models/schemas.py'. Reloading...
INFO: Shutting down
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
INFO: Finished server process [93151]
INFO: Started server process [93224]
INFO: Waiting for application startup.
INFO: Application startup complete.
WARNING: StatReload detected changes in 'api/chat.py'. Reloading...
INFO: Shutting down
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
INFO: Finished server process [93224]
INFO: Started server process [93263]
INFO: Waiting for application startup.
INFO: Application startup complete.
WARNING: StatReload detected changes in 'api/chat.py'. Reloading...
INFO: Shutting down
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
INFO: Finished server process [93263]
INFO: Started server process [93365]
INFO: Waiting for application startup.
INFO: Application startup complete.
WARNING: StatReload detected changes in 'api/chat.py'. Reloading...
INFO: Shutting down
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
INFO: Finished server process [93365]
INFO: Started server process [93483]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Shutting down
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
INFO: Finished server process [93483]
INFO: Stopping reloader process [88420]