Files
mech-ai/runtime/caxa-backend.stdout.log
2026-07-17 17:45:56 +08:00

29 lines
1.6 KiB
Plaintext

info: Microsoft.Hosting.Lifetime[14]
Now listening on: http://127.0.0.1:7200
info: Microsoft.Hosting.Lifetime[0]
Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
Hosting environment: Production
info: Microsoft.Hosting.Lifetime[0]
Content root path: D:\CSharpProjects\agent4
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET http://127.0.0.1:7200/health - - -
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint 'HTTP: GET /health'
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint 'HTTP: GET /health'
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished HTTP/1.1 GET http://127.0.0.1:7200/health - 200 - application/json;+charset=utf-8 997.0122ms
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 POST http://127.0.0.1:7200/api/caxa-draft/open - application/json 96
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint 'HTTP: POST /api/caxa-draft/open'
info: Microsoft.AspNetCore.Http.HttpResults.ProblemHttpResult[1]
Setting HTTP status code 500.
info: Microsoft.AspNetCore.Http.HttpResults.ProblemHttpResult[3]
Writing value of type 'ProblemDetails' as Json.
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint 'HTTP: POST /api/caxa-draft/open'
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished HTTP/1.1 POST http://127.0.0.1:7200/api/caxa-draft/open - 500 - application/problem+json 30.3196ms