diff --git a/protocol_common.go b/protocol_common.go index e0d2c40..201738f 100644 --- a/protocol_common.go +++ b/protocol_common.go @@ -528,6 +528,7 @@ func (h *Headscale) handleNewMachineCommon( log.Info(). Caller(). Bool("noise", machineKey.IsZero()). + Str("AuthURL", resp.AuthURL). Str("machine", registerRequest.Hostinfo.Hostname). Msg("Successfully sent auth url") }