We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c874711 commit 46477b8Copy full SHA for 46477b8
hscontrol/mapper/batcher_lockfree.go
@@ -602,7 +602,7 @@ func (mc *multiChannelNodeConn) send(data *tailcfg.MapResponse) error {
602
603
mc.updateCount.Add(1)
604
605
- log.Info().Uint64("node.id", mc.id.Uint64()).
+ log.Debug().Uint64("node.id", mc.id.Uint64()).
606
Int("successful_sends", successCount).
607
Int("failed_connections", len(failedConnections)).
608
Int("remaining_connections", len(mc.connections)).
0 commit comments