1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-01-22 00:11:47 +01:00

Disable logtail for clients

This commit is contained in:
Kristoffer Dalby 2022-05-30 14:52:50 +02:00
parent a0c465c2eb
commit ff5f31b87e

3
api.go
View File

@ -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().