Skip to content

Hide TransportChannel#logger#80868

Merged
DaveCTurner merged 1 commit intoelastic:masterfrom
DaveCTurner:2021-11-19-remove-TransportChannel-logger
Nov 22, 2021
Merged

Hide TransportChannel#logger#80868
DaveCTurner merged 1 commit intoelastic:masterfrom
DaveCTurner:2021-11-19-remove-TransportChannel-logger

Conversation

@DaveCTurner
Copy link
Copy Markdown
Member

In #57573 we introduced a public static Logger logger field in
TransportChannel which some IDEs tend to automatically import if you
mention an as-yet-undeclared logger field. This commit reverts that
small part of #57573 so that we go back to using a private logger
belonging to ChannelActionListener instead.

In elastic#57573 we introduced a `public static Logger logger` field in
`TransportChannel` which some IDEs tend to automatically import if you
mention an as-yet-undeclared `logger` field. This commit reverts that
small part of elastic#57573 so that we go back to using a private logger
belonging to `ChannelActionListener` instead.
@DaveCTurner DaveCTurner added >non-issue :Distributed/Network Http and internode communication implementations v8.1.0 labels Nov 19, 2021
@elasticmachine elasticmachine added the Team:Distributed Meta label for distributed team. label Nov 19, 2021
@elasticmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

Copy link
Copy Markdown
Contributor

@henningandersen henningandersen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM2

Copy link
Copy Markdown
Contributor

@arteam arteam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DaveCTurner DaveCTurner merged commit 94f7601 into elastic:master Nov 22, 2021
@DaveCTurner
Copy link
Copy Markdown
Member Author

Thanks all!

@DaveCTurner DaveCTurner deleted the 2021-11-19-remove-TransportChannel-logger branch November 22, 2021 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Distributed/Network Http and internode communication implementations >non-issue Team:Distributed Meta label for distributed team. v8.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants