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

Hide c.a.a.p.i.BasicProfileConfigFileLoader noise #56346

Commits on May 7, 2020

  1. Hide c.a.a.p.i.BasicProfileConfigFileLoader noise

    A recent AWS SDK upgrade has introduced a new source of spurious `WARN` logs
    when the security manager prevents access to the user's home directory and
    therefore to their shared client configuration. This is actually the behaviour
    we want, and it's harmless and handled by the SDK as if the profile config
    doesn't exist, so this log message is unnecessary noise. This commit suppresses
    this noisy logging by default.
    
    Relates elastic#20313
    Closes elastic#56333
    DaveCTurner committed May 7, 2020
    Configuration menu
    Copy the full SHA
    c47783d View commit details
    Browse the repository at this point in the history