-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
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
Improve logging output for failing healthchecks #2443
Improve logging output for failing healthchecks #2443
Conversation
25746e7
to
41fa5f9
Compare
@mmatur I rebased the changes now and resolved the conflicts. Please write a comment next time when you add this label, you don't get notified for label changes and so I wasn't seeing this now for over a week but was wondering why nothing happens with this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks for this PR @marco-jantke
LGTM 👏 👍 🗞️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👏
41fa5f9
to
3637eaa
Compare
It's useful to understand why health checks failed in the case they do. Therefore I improved the logging output of the health checks, so that you can see whether it was e.g. an http/net issue or a wrong response code.
I also use now the backend name only in the logs. Before, for some logs something like
entryPointName+backendName
was used, but in most places we seem to log the backend name only.