We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would it be possible to add upstream name to log message to distinguish among multiple upstreams with same server. Namely, change current message from
healthcheck: failed to receive status line from 10.0.0.1:80:
to something like
healthcheck: failed to receive status line from 10.0.0.1:80: for upstream backend
Might be easier to add error format string as healthcheck field se we can set to log the fields we need?
This is follow up to the issue.
Thank you
The text was updated successfully, but these errors were encountered:
Hi bumping this issue. How can I go about creating a PR to add the upstream name in the log messages? @agentzh
Sorry, something went wrong.
No branches or pull requests
Would it be possible to add upstream name to log message to distinguish among multiple upstreams with same server.
Namely, change current message from
healthcheck: failed to receive status line from 10.0.0.1:80:
to something like
healthcheck: failed to receive status line from 10.0.0.1:80: for upstream backend
Might be easier to add error format string as healthcheck field se we can set to log the fields we need?
This is follow up to the issue.
Thank you
The text was updated successfully, but these errors were encountered: