Skip to content

Commit 2a7e476

Browse files
committed
Stop logging routine topology broadcasts
1 parent f4c0ee4 commit 2a7e476

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/server/sse.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,8 +594,6 @@ func (b *SSEBroadcaster) broadcastTopologyUpdate() {
594594
return
595595
}
596596

597-
log.Printf("Broadcasting topology update to %d clients", len(clients))
598-
599597
// One broadcast cycle = one debounce fire that reaches clients. Counted
600598
// here (not in the per-group loop below) so the metric reflects cycles,
601599
// not the number of distinct namespace/view/policy groups.

0 commit comments

Comments
 (0)