Skip to content
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

Do not log health status unnecessarily #9208

Merged
merged 3 commits into from
Apr 22, 2022
Merged

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    afe0e68 View commit details
    Browse the repository at this point in the history
  2. fix: use equals to compare health report

    The health status was logged everytime, because this check failed. We have to log the status only if there was a change, otherwise it is just noise in the logs.
    deepthidevaki committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    f100995 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15cab86 View commit details
    Browse the repository at this point in the history