Skip to content

qa: remove per-packet multicast receiver log#3375

Merged
snormore merged 1 commit intomainfrom
snor/qa-multicast-log-noise
Mar 25, 2026
Merged

qa: remove per-packet multicast receiver log#3375
snormore merged 1 commit intomainfrom
snor/qa-multicast-log-noise

Conversation

@snormore
Copy link
Contributor

Summary

  • Remove per-packet log line from multicast listener that was flooding QA agent logs with a line for every received packet
  • Add continue after read error to avoid nil dereference on the control message

Testing Verification

  • Verified multicast packet counting logic is unchanged — only the log line is removed

The multicast listener was logging every single received packet, making
QA agent logs extremely noisy. Remove the per-packet log and add a
continue after error to avoid dereferencing a nil control message.
@snormore snormore enabled auto-merge (squash) March 24, 2026 22:58
@snormore snormore requested a review from bgm-malbeclabs March 24, 2026 23:19
@snormore snormore merged commit 563fa21 into main Mar 25, 2026
33 of 34 checks passed
@snormore snormore deleted the snor/qa-multicast-log-noise branch March 25, 2026 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants