Skip to content

Commit

Permalink
Comment out aggressive logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kradalby committed Oct 5, 2021
1 parent a01a0d1 commit 722084f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func (h *Headscale) getMapResponse(mKey wgkey.Key, req tailcfg.MapRequest, m *Ma
log.Trace().
Str("func", "getMapResponse").
Str("machine", req.Hostinfo.Hostname).
Interface("payload", resp).
// Interface("payload", resp).
Msgf("Generated map response: %s", tailMapResponseToString(resp))

var respBody []byte
Expand Down

0 comments on commit 722084f

Please sign in to comment.