Skip to content

chore: Skip logging of ReachabilityChanged #32670

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

Merged
merged 1 commit into from
Feb 25, 2025
Merged

Conversation

patriknw
Copy link
Contributor

No description provided.

@@ -236,6 +236,8 @@ import akka.dispatch.UnboundedMessageQueueSemantics
logInfo("event {}, {} members [{}]", event, s.members.size, s.members.mkString(", "))
case MemberTombstonesChanged(tombstones) =>
logInfo("event MemberTombstonesChanged({})", tombstones.size)
case _: ReachabilityChanged =>
// ignore ReachabilityChanged because it's changed often, and typically not interesting
Copy link
Contributor Author

Choose a reason for hiding this comment

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

it was logged as:

event ReachabilityChanged

without any further information

@pvlugter pvlugter merged commit 0b6e392 into main Feb 25, 2025
5 checks passed
@pvlugter pvlugter deleted the wip-cluster-log-patriknw branch February 25, 2025 04:37
@patriknw patriknw added this to the 2.10.3 milestone Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants