tzssangglass commented on issue #6132: URL: https://github.com/apache/apisix/issues/6132#issuecomment-1014586061
can you add a log here: https://github.com/apache/apisix/blob/d9be046028db5850a752f3b872fe21a6bc376e66/apisix/plugins/batch-requests.lua#L262-L263 just like: ```lua local aggregated_resp = {} ngx.log(ngx.WARN, "responses : ", require("inspect")(responses)) for _, resp in ipairs(responses) do ``` and show the `responses` in `logs/error.log` -- 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]
