Skip to content

Stop logging routine topology broadcasts#1148

Merged
nadaverell merged 1 commit into
mainfrom
fix/topology-broadcast-log-spam
Jul 10, 2026
Merged

Stop logging routine topology broadcasts#1148
nadaverell merged 1 commit into
mainfrom
fix/topology-broadcast-log-spam

Conversation

@nadaverell

@nadaverell nadaverell commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Avoid flooding Radar server logs with a success message on every debounced topology update. Topology broadcasts continue unchanged and remain observable through the existing SSE broadcast performance counter.

Testing

  • make test
  • make build
  • Visual test skipped: no UI delta

Note

Low Risk
Logging-only change with no behavior change to SSE delivery or topology build logic.

Overview
Removes the log.Printf that ran on every successful debounced topology broadcast in broadcastTopologyUpdate, which was flooding Radar server logs during normal operation.

SSE topology broadcasts are unchanged — clients still receive updates on the same debounce schedule. perfstats.IncSSEBroadcast() remains so broadcast volume stays visible via diagnostics/performance counters instead of log lines.

Reviewed by Cursor Bugbot for commit 2a7e476. Bugbot is set up for automated code reviews on this repo. Configure here.

@nadaverell nadaverell requested a review from hisco as a code owner July 10, 2026 19:33
@nadaverell nadaverell merged commit 832c431 into main Jul 10, 2026
9 checks passed
@nadaverell nadaverell deleted the fix/topology-broadcast-log-spam branch July 10, 2026 19:38
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.

1 participant