mscb402 commented on code in PR #8711: URL: https://github.com/apache/apisix/pull/8711#discussion_r1100864908
########## docs/zh/latest/apisix-variable.md: ########## @@ -47,6 +47,8 @@ APISIX 除了支持 [NGINX 变量](http://nginx.org/en/docs/varindex.html)外, | service_id | core | APISIX 服务的 ID。 | | | service_name | core | APISIX 服务的名称。 | | | redis_cmd_line | Redis | Redis 命令的内容。 | | +| resp_body | core | 在 logger 插件中,如果部分插件支持记录响应内容,比如配置 `include_resp_body: true`,那可以在 log format 中使用这个变量。| | | rpc_time | xRPC | 在 RPC 请求级别所花费的时间。 | | +| resp_body | core | 此变量仅用于 Logger,并要求对应的 Logger 需要具备某些配置。 | | Review Comment: removed -- 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]
