Skip to content

Commit

Permalink
Disable logtail for clients
Browse files Browse the repository at this point in the history
  • Loading branch information
kradalby committed May 30, 2022
1 parent a0c465c commit ff5f31b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ func (h *Headscale) getMapResponse(
PacketFilter: h.aclRules,
DERPMap: h.DERPMap,
UserProfiles: profiles,
Debug: &tailcfg.Debug{
DisableLogTail: !h.cfg.LogTail.Enabled,
},
}

log.Trace().
Expand Down

0 comments on commit ff5f31b

Please sign in to comment.