mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Downgrade update sent to debug (#1843)
This commit is contained in:
parent
785b150467
commit
c1d4fef194
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue