Skip to content

Commit

Permalink
Downgrade update sent to debug (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Mar 22, 2024
1 parent 785b150 commit c1d4fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hscontrol/poll.go
Expand Up @@ -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).
Expand Down

0 comments on commit c1d4fef

Please sign in to comment.