xuande commented on issue #12710:
URL: https://github.com/apache/apisix/issues/12710#issuecomment-3460381819
> Will your request succeed? Are there any error logs in APISIX?
The request was successful with no errors. The request logs are as follows:
```
{
"client_ip": "172.19.0.1",
"route_id": "00000000000000000045",
"request": {
"headers": {
"user-agent": "curl/8.5.0",
"host": "127.0.0.1:9080",
"x-forwarded-host": "127.0.0.1",
"apikey": "test",
"x-forwarded-port": "9080",
"x-consumer-username": "test",
"x-forwarded-proto": "http",
"content-length": "117",
"accept": "*/*",
"content-type": "application/json"
},
"size": 271,
"querystring": {},
"method": "POST",
"uri": "/anythings",
"url": "http://127.0.0.1:9080/anythings"
},
"consumer": {
"username": "test"
},
"llm_summary": {
"completion_tokens": 100,
"request_model": "",
"model": "DeepSeek-R1-Distill-Qwen-7B",
"upstream_response_time": 1499,
"prompt_tokens": 12,
"duration": 1499
},
"service_id": "",
"server": {
"version": "3.14.1",
"hostname": "7270be4043a4"
},
"apisix_latency": 1499.0000724792,
"latency": 1499.0000724792,
"start_time": 1761726936205,
"response": {
"headers": {
"server": "APISIX/3.14.1",
"apisix-plugins": "file-logger, key-auth, ai-proxy",
"content-type": "application/json",
"transfer-encoding": "chunked",
"connection": "close"
},
"size": 1159,
"status": 200
}
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]