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

http: adjust log level for request failure #7785

Merged
merged 1 commit into from
Apr 22, 2020
Merged

Commits on Apr 22, 2020

  1. http: adjust log level for request failure

    Failed requests due to API client errors are to be marked as DEBUG.
    
    The Error log level should be reserved to signal problems with the
    cluster and are actionable for nomad system operators.  Logs due to
    misbehaving API clients don't represent a system level problem and seem
    spurius to nomad maintainers at best.  These log messages can also be
    attack vectors for deniel of service attacks by filling servers disk
    space with spurious log messages.
    Mahmood Ali committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    41bec86 View commit details
    Browse the repository at this point in the history