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

HLRC: Forbid all Elasticsearch logging infra #32784

Merged
merged 1 commit into from
Aug 20, 2018

Commits on Aug 10, 2018

  1. HLRC: Forbid all Elasticsearch logging infra

    All of the Elasticsearch logging infrastructure relies on log4j but we
    don't want the high level rest client to rely on log4j2. All of its
    logging goes through commons-logging because our dependencies drag in
    commons logging already. Anyway, this bans direct use of Elasticsearch's
    logging infrastructure in the high level REST client. It is still
    possible to use it indirectly though and there isn't anything we can
    really do about that until we split the high level rest client from
    Elasticsearch's server jar.
    nik9000 committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    6f71078 View commit details
    Browse the repository at this point in the history