Update api.go
Co-authored-by: Kristoffer Dalby <kradalby@kradalby.no>
This commit is contained in:
parent
f01a33491b
commit
a261e27113
6
api.go
6
api.go
|
@ -234,9 +234,9 @@ func (h *Headscale) RegistrationHandler(
|
||||||
log.Debug().
|
log.Debug().
|
||||||
Caller().
|
Caller().
|
||||||
Str("machine", registerRequest.Hostinfo.Hostname).
|
Str("machine", registerRequest.Hostinfo.Hostname).
|
||||||
Str("NodeKey", registerRequest.NodeKey.ShortString()).
|
Str("node_key", registerRequest.NodeKey.ShortString()).
|
||||||
Str("OldNodeKey", registerRequest.OldNodeKey.ShortString()).
|
Str("node_key_old", registerRequest.OldNodeKey.ShortString()).
|
||||||
Str("Followup", registerRequest.Followup).
|
Str("follow_up", registerRequest.Followup).
|
||||||
Msg("Machine is waiting for interactive login")
|
Msg("Machine is waiting for interactive login")
|
||||||
|
|
||||||
ticker := time.NewTicker(registrationHoldoff)
|
ticker := time.NewTicker(registrationHoldoff)
|
||||||
|
|
Loading…
Reference in New Issue