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

[ML] Remove usage of base action logger in ml actions #50236

Merged
merged 1 commit into from
Dec 17, 2019

Conversation

davidkyle
Copy link
Member

Backport of #50074

The default log4j configuration sets the log level to debug for the org.elasticsearch.action package, any transport actions that use the logger in the base class TransportAction will log at this level. Create a logger in the ml actions where required, using the base logger is deprecated anyway so this change removes a few warnings.

Also changed the naming from LOGGER to the more typical logger

@davidkyle davidkyle added :ml Machine learning backport labels Dec 16, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (:ml)

@davidkyle davidkyle merged commit 098f540 into elastic:7.x Dec 17, 2019
@davidkyle davidkyle deleted the ml-usage-7x branch December 17, 2019 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants