Replies: 1 comment
-
Finally using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was using
http-logger
to save logs, and I add arequest-id
in response headers of upstream to trace issue. However, when the status code of upstream is 5xx, apisix will overwrite the upstream response headers withx-apisix-upstream-status
. Is it possible to keep the original response body and headers of upstream inhttp-logger
?Beta Was this translation helpful? Give feedback.
All reactions