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

SlowLoggers using single logger (#56708) #57239

Merged
merged 3 commits into from
May 28, 2020

Commits on May 27, 2020

  1. SlowLoggers using single logger (elastic#56708)

    Slow loggers should use single shared logger as otherwise when index is
    deleted the log4j logger will remain reachable (log4j is caching) and
    will create a memory leak.
    
    closes elastic#56171
    pgomulka committed May 27, 2020
    Configuration menu
    Copy the full SHA
    e7f5387 View commit details
    Browse the repository at this point in the history
  2. unused import

    pgomulka committed May 27, 2020
    Configuration menu
    Copy the full SHA
    4f914ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3372220 View commit details
    Browse the repository at this point in the history