Skip to content

Commit 46477b8

Browse files
committed
Downgrade completed broadcast message to debug
1 parent c874711 commit 46477b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hscontrol/mapper/batcher_lockfree.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ func (mc *multiChannelNodeConn) send(data *tailcfg.MapResponse) error {
602602

603603
mc.updateCount.Add(1)
604604

605-
log.Info().Uint64("node.id", mc.id.Uint64()).
605+
log.Debug().Uint64("node.id", mc.id.Uint64()).
606606
Int("successful_sends", successCount).
607607
Int("failed_connections", len(failedConnections)).
608608
Int("remaining_connections", len(mc.connections)).

0 commit comments

Comments
 (0)