1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-10-19 11:15:48 +02:00

Downgrade completed broadcast message to debug

This commit is contained in:
Florian Preinstorfer 2025-10-17 10:07:00 +02:00 committed by nblock
parent c87471136b
commit 46477b8021

View File

@ -602,7 +602,7 @@ func (mc *multiChannelNodeConn) send(data *tailcfg.MapResponse) error {
mc.updateCount.Add(1)
log.Info().Uint64("node.id", mc.id.Uint64()).
log.Debug().Uint64("node.id", mc.id.Uint64()).
Int("successful_sends", successCount).
Int("failed_connections", len(failedConnections)).
Int("remaining_connections", len(mc.connections)).