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

Some Enhancements to ActionListener (#69103) #69409

Merged
merged 2 commits into from
Feb 23, 2021

Conversation

original-brownbear
Copy link
Member

This adds best effort toString rendering the various wrapping
action listeners to make TRACE logging, that will currently only print the
top level listener toString which isn't helpful to find the original of a listener
in case of wrapped listeners, more useful (e.g. when logging rejected executions).
Also this change makes the delegateX methods less verbose to use and makes use of them
in a few spots where they weren't yet used.

backport of #69103

This adds best effort `toString` rendering the various wrapping
action listeners to make `TRACE` logging, that will currently only print the
top level listener `toString` which isn't helpful to find the original of a listener
in case of wrapped listeners, more useful (e.g. when logging rejected executions).
Also this change makes the `delegateX` methods less verbose to use and makes use of them
in a few spots where they weren't yet used.
@original-brownbear original-brownbear added :Core/Infra/Core Core issues without another label backport labels Feb 23, 2021
@elasticmachine elasticmachine added the Team:Core/Infra Meta label for core/infra team label Feb 23, 2021
@elasticmachine
Copy link
Collaborator

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

@original-brownbear original-brownbear merged commit 4368b12 into elastic:7.x Feb 23, 2021
@original-brownbear original-brownbear deleted the 69103-7.x branch February 23, 2021 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Core/Infra/Core Core issues without another label Team:Core/Infra Meta label for core/infra team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants