-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Replace another deprecated Loggers method with LogManager. #34691
Conversation
Pulling latest changes from the main branch!
Would you please give you PR a more descriptive title? |
Pinging @elastic/es-core-infra |
This PR is to replace another deprecated Loggers method with LogManager. |
@elasticmachine test this please |
@pratiksanglikar, it looks like this conflicted a little with #34606 which I saw first. Could you merge master? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the merge conflicts this looks great! Thanks for doing it @pratiksanglikar!
Hi @nik9000 , I've resolved the conflicts. How can I merge the PR? |
You need one of the maintainers to merge the PR. In this case, that is me. I'll give it another look and then kick off a CI build for it and merge it when I can. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've left a couple of small requests for changes in a few files. Could you make those?
Thanks for doing this. I've been meaning to clean these up and it is great to have some help!
test/framework/src/main/java/org/elasticsearch/test/InternalTestCluster.java
Outdated
Show resolved
Hide resolved
test/framework/src/main/java/org/elasticsearch/test/TestCluster.java
Outdated
Show resolved
Hide resolved
test/framework/src/main/java/org/elasticsearch/test/disruption/NetworkDisruption.java
Outdated
Show resolved
Hide resolved
test/framework/src/main/java/org/elasticsearch/test/junit/listeners/ReproduceInfoPrinter.java
Outdated
Show resolved
Hide resolved
@elasticsmachine, test this please. |
Hi @nik9000 , I've made the requested changes and resolved the conflicts! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I'm adding this to my list of things to merge today.
@elasticmachine, test this please. |
Ah! There is a checkstyle failure:
Could you at it @pratiksanglikar? Something like running |
merge from elastic-master to master
@nik9000 Please merge the PR! |
@elasticmachine, test this please |
@elasticmachine, test this please |
@pratiksanglikar, I resolved another merge conflict by pushing to your branch. I'm running tests now just to be super sure. |
OK! Passing build! Wonderful! I'll merge this when the intake build goes back to green. It ought to do that soon. |
@pratiksanglikar, I've merged to master and am backporting to 6.x now. Thanks! |
Replace deprecated Loggers calls with LogManager. Relates to #32174
Replace deprecated Loggers calls with LogManager. Relates to #32174
The backport build passed for me late last night so I pushed it this morning. Thanks again @pratiksanglikar! |
@nik9000 Thanks for helping me out with my first PR! |
Thanks for keeping up with it! It is really nice to have help with these clean ups! If you want a similar one I'm going to try and do the same sort of thing on #34488. It isn't ready yet, but I should get to it tomorrow. |
Dropping another deprecated
Loggers
method to be replaced withLogManager
.