Downgrade update sent to debug (#1843)

This commit is contained in:
Sandro 2024-03-22 10:28:10 +01:00 committed by GitHub
parent 785b150467
commit c1d4fef194
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -507,7 +507,7 @@ func (h *Headscale) handlePoll(
}
log.Trace().Str("node", node.Hostname).TimeDiff("timeSpent", time.Now(), startWrite).Str("mkey", node.MachineKey.String()).Int("type", int(update.Type)).Msg("finished writing mapresp to node")
log.Info().
log.Debug().
Caller().
Bool("readOnly", mapRequest.ReadOnly).
Bool("omitPeers", mapRequest.OmitPeers).