fel kesz game backend
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# SerpentRace Backend Logs
|
||||
# Started: 2025-09-15T14:31:29.169Z
|
||||
# Max entries per file: 10000
|
||||
|
||||
2025-09-15T14:31:30.954Z | [STARTUP] | SerpentRace Backend starting up | Meta:{"environment":"development","port":"3000","nodeVersion":"v20.19.5","chatInactivityTimeout":"30"}
|
||||
2025-09-15T14:31:30.969Z | [STARTUP] | Server started successfully | Meta:{"port":"3000","environment":"development","timestamp":"2025-09-15T14:31:30.969Z","endpoints":{"health":"/health","swagger":"/api-docs","users":"/api/users","organizations":"/api/organizations","decks":"/api/decks","chats":"/api/chats"},"websocket":{"enabled":true,"chatInactivityTimeout":"30 minutes"}}
|
||||
2025-09-15T14:31:31.757Z | [CONNECTION] | Database connection established | Meta:{"connectionType":"postgresql","status":"success","type":"postgres","host":"postgres","database":"serpentrace"}
|
||||
2025-09-15T14:31:31.761Z | [REQUEST] | WebSocket service initialized | Meta:{"chatTimeoutMinutes":30}
|
||||
2025-09-15T14:31:31.763Z | [STARTUP] | WebSocket service initialized | Meta:{"chatInactivityTimeout":"30"}
|
||||
2025-09-15T14:31:31.765Z | [STARTUP] | Redis client connected successfully
|
||||
2025-09-15T14:31:34.808Z | [REQUEST] | Incoming request | ReqId:nplvxzsxj | IP:::ffff:172.20.0.1 | POST /api/users/login | UA:PostmanRuntime/7.45.0
|
||||
2025-09-15T14:31:34.810Z | [REQUEST] | POST /api/users/login | ReqId:nplvxzsxj | IP:::ffff:172.20.0.1 | POST /api/users/login | Status:200 | UA:PostmanRuntime/7.45.0
|
||||
2025-09-15T14:31:34.812Z | [REQUEST] | Login endpoint accessed | ReqId:nplvxzsxj | IP:::ffff:172.20.0.1 | POST /api/users/login | Status:200 | UA:PostmanRuntime/7.45.0 | Meta:{"username":"TesztUser"}
|
||||
2025-09-15T14:31:34.814Z | [AUTH] | Login attempt | Meta:{"username":"TesztUser"}
|
||||
2025-09-15T14:31:34.825Z | [DATABASE] | User findByUsername query completed | Meta:{"query":"findOneBy({ username: TesztUser })","executionTime":9,"found":true,"username":"TesztUser"}
|
||||
2025-09-15T14:31:34.827Z | [DATABASE] | User lookup completed | Meta:{"executionTime":13,"found":true,"searchBy":"username"}
|
||||
2025-09-15T14:31:34.828Z | [AUTH] | Login failed - Account state restriction | Meta:{"userId":"0c7bfa37-77c9-4c73-a7f7-ca4199055456","username":"TesztUser","userState":0,"stateDescription":"Email not verified"}
|
||||
2025-09-15T14:31:34.834Z | [ERROR] | Login endpoint error | ReqId:nplvxzsxj | IP:::ffff:172.20.0.1 | POST /api/users/login | Status:200 | UA:PostmanRuntime/7.45.0 | Meta:{"name":"Error","message":"Login failed: null","stack":"Error: Login failed: null\n at /app/src/Api/routers/userRouter.ts:35:10\n at processTicksAndRejections (node:internal/process/task_queues:95:5)"}
|
||||
2025-09-15T14:31:34.837Z | [REQUEST] | Request completed | ReqId:nplvxzsxj | IP:::ffff:172.20.0.1 | POST /api/users/login | Status:500 | Time:29ms | UA:PostmanRuntime/7.45.0
|
||||
Reference in New Issue
Block a user