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

Revert consul-template to latest upstream #82

Merged
merged 3 commits into from
Feb 26, 2022

Commits on Feb 26, 2022

  1. Configuration menu
    Copy the full SHA
    c367be0 View commit details
    Browse the repository at this point in the history
  2. Upgrade to latest consul-template and migrate to hclog

    Upstream consul-template now accepts a stdlib logger for its child
    implementation, which allows us to move off the older fork of
    consul-template we've been using. Rather than implement a shim between
    logrus and the stdlib logger, this PR also updates remco to use hclog
    and use its provided shim instead.
    
    This is functionally equivalent to what we were using logrus for,
    although likely not byte-for-byte compatible with the older format of
    the logs.
    
    Lastly, as part of this migration away from logrus, a couple of
    exposed methods have been removed from the log module (SetLevel,
    SetOutput) which were unused outside of tests (for said methods).
    darora committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    bd2de3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4f2536 View commit details
    Browse the repository at this point in the history