spacewander commented on code in PR #8711:
URL: https://github.com/apache/apisix/pull/8711#discussion_r1090149022
##########
apisix/core/ctx.lua:
##########
@@ -213,6 +213,10 @@ do
route_name = true,
service_id = true,
service_name = true,
+ resp_body = function(ctx)
Review Comment:
https://github.com/apache/apisix/blob/c8d5afb5b02a800bb3f7090bc5adb1d26e281d53/apisix/core/ctx.lua#L206
##########
apisix/core/ctx.lua:
##########
@@ -213,6 +213,10 @@ do
route_name = true,
service_id = true,
service_name = true,
+ resp_body = function(ctx)
+ -- only work when file-logger set include_resp_body = true
Review Comment:
The comment is incorrect. See
https://github.com/apache/apisix/pull/8711#discussion_r1089879862
--
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]