From 4ac48811e1ca8b19f0eec4ba553a2d0aebef5c9a Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Sat, 30 Apr 2022 23:33:31 +0200 Subject: [PATCH] More debug messages --- noise_api.go | 1 + 1 file changed, 1 insertion(+) diff --git a/noise_api.go b/noise_api.go index 0f280704..8b1a385b 100644 --- a/noise_api.go +++ b/noise_api.go @@ -260,6 +260,7 @@ func (h *Headscale) NoisePollNetMapHandler(ctx *gin.Context) { // There has been an update to _any_ of the nodes that the other nodes would // need to know about + log.Trace().Msgf("Updating peers for noise machine %s", machine.Name) h.setLastStateChangeToNow(machine.Namespace.Name) // The request is not ReadOnly, so we need to set up channels for updating