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

[7.x] Slow log must use separate underlying logger for each index (#47234) #48176

Merged
merged 2 commits into from
Oct 17, 2019

Conversation

pgomulka
Copy link
Contributor

Backports the following commits to 7.x:

…47234)

SlowLog instances should not share the same underlying logger, as it would cause different indexes override each other levels. When creating underlying logger, unique per index identifier should be used. Name + IndexSettings.UUID

Closes elastic#42432
@pgomulka pgomulka added the :Core/Infra/Logging Log management and logging utilities label Oct 17, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (:Core/Infra/Logging)

@pgomulka pgomulka merged commit 02d18f5 into elastic:7.x Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Core/Infra/Logging Log management and logging utilities
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants