fel kesz game backend
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# SerpentRace Backend Logs
|
||||
# Started: 2025-09-15T12:37:01.627Z
|
||||
# Max entries per file: 10000
|
||||
|
||||
2025-09-15T12:37:08.011Z | [STARTUP] | SerpentRace Backend starting up | Meta:{"environment":"development","port":"3000","nodeVersion":"v20.19.5","chatInactivityTimeout":"30"}
|
||||
2025-09-15T12:37:08.032Z | [STARTUP] | Server started successfully | Meta:{"port":"3000","environment":"development","timestamp":"2025-09-15T12:37:08.032Z","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-15T12:37:08.842Z | [CONNECTION] | Database connection established | Meta:{"connectionType":"postgresql","status":"success","type":"postgres","host":"postgres","database":"serpentrace"}
|
||||
2025-09-15T12:37:08.861Z | [REQUEST] | WebSocket service initialized | Meta:{"chatTimeoutMinutes":30}
|
||||
2025-09-15T12:37:08.863Z | [STARTUP] | WebSocket service initialized | Meta:{"chatInactivityTimeout":"30"}
|
||||
2025-09-15T12:37:08.868Z | [STARTUP] | Redis client connected successfully
|
||||
2025-09-15T12:37:42.174Z | [REQUEST] | Incoming request | ReqId:glvtze4j4 | IP:::ffff:172.20.0.1 | POST /api/users/create | UA:PostmanRuntime/7.45.0
|
||||
2025-09-15T12:37:42.176Z | [REQUEST] | POST /api/users/create | ReqId:glvtze4j4 | IP:::ffff:172.20.0.1 | POST /api/users/create | Status:200 | UA:PostmanRuntime/7.45.0
|
||||
2025-09-15T12:37:42.179Z | [REQUEST] | Create user endpoint accessed | ReqId:glvtze4j4 | IP:::ffff:172.20.0.1 | POST /api/users/create | Status:200 | UA:PostmanRuntime/7.45.0 | Meta:{"username":"TesztUser","email":"user@example.com"}
|
||||
2025-09-15T12:37:42.359Z | [DATABASE] | User created successfully | Meta:{"executionTime":25,"userId":"e560f2c5-055e-4911-90ba-44890e6fe661","username":"TesztUser","email":"user@example.com"}
|
||||
2025-09-15T12:37:42.625Z | [ERROR] | Email sending failed | Meta:{"name":"Error","message":"Missing credentials for \"PLAIN\"","stack":"Error: Missing credentials for \"PLAIN\"\n at SMTPConnection._formatError (/app/node_modules/nodemailer/lib/smtp-connection/index.js:809:19)\n at SMTPConnection.login (/app/node_modules/nodemailer/lib/smtp-connection/index.js:454:38)\n at /app/node_modules/nodemailer/lib/smtp-transport/index.js:272:32\n at SMTPConnection.<anonymous> (/app/node_modules/nodemailer/lib/smtp-connection/index.js:215:17)\n at Object.onceWrapper (node:events:638:28)\n at SMTPConnection.emit (node:events:524:28)\n at SMTPConnection.emit (node:domain:489:12)\n at SMTPConnection._actionEHLO (/app/node_modules/nodemailer/lib/smtp-connection/index.js:1371:14)\n at SMTPConnection._processResponse (/app/node_modules/nodemailer/lib/smtp-connection/index.js:993:20)\n at SMTPConnection._onData (/app/node_modules/nodemailer/lib/smtp-connection/index.js:774:14)"}
|
||||
2025-09-15T12:37:42.627Z | [WARNING] | Failed to send verification email | Meta:{"email":"user@example.com","userId":"e560f2c5-055e-4911-90ba-44890e6fe661"}
|
||||
2025-09-15T12:37:42.629Z | [REQUEST] | User created successfully | ReqId:glvtze4j4 | IP:::ffff:172.20.0.1 | POST /api/users/create | Status:200 | UA:PostmanRuntime/7.45.0 | Meta:{"userId":"e560f2c5-055e-4911-90ba-44890e6fe661","username":"TesztUser"}
|
||||
2025-09-15T12:37:42.632Z | [REQUEST] | Request completed | ReqId:glvtze4j4 | IP:::ffff:172.20.0.1 | POST /api/users/create | Status:201 | Time:458ms | UA:PostmanRuntime/7.45.0
|
||||
Reference in New Issue
Block a user