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

Issue #408: log consul state changes as DEBUG #418

Merged
merged 1 commit into from
Jan 5, 2018

Commits on Jan 5, 2018

  1. Issue #408: log consul state changes as DEBUG

    This patch changes the log level for Consul raft log changes from
    INFO to DEBUG so that most users will not see this anymore. High
    change rate is usually an indicator for flapping services or health
    checks with volatile output like timestamps but that problem should be
    dealt with on the Consul side.
    
    A PR for #368 will to add an indicator for the change rate of the Consul
    state.
    
    Fixes #408
    magiconair committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    6f707ff View commit details
    Browse the repository at this point in the history