Added more logging
This commit is contained in:
parent
8909f801bb
commit
c5ba7552c5
1 changed files with 1 additions and 0 deletions
|
@ -528,6 +528,7 @@ func (h *Headscale) handleNewMachineCommon(
|
||||||
log.Info().
|
log.Info().
|
||||||
Caller().
|
Caller().
|
||||||
Bool("noise", machineKey.IsZero()).
|
Bool("noise", machineKey.IsZero()).
|
||||||
|
Str("AuthURL", resp.AuthURL).
|
||||||
Str("machine", registerRequest.Hostinfo.Hostname).
|
Str("machine", registerRequest.Hostinfo.Hostname).
|
||||||
Msg("Successfully sent auth url")
|
Msg("Successfully sent auth url")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue