You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/01/17 14:11:50 UTC

[GitHub] [apisix] tzssangglass commented on issue #6132: bug: batch-requests get "504 upstream timeout" but upstream is correct.

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org