mirror of
https://github.com/juanfont/headscale.git
synced 2025-01-26 10:13:14 -05:00
Disable logtail for clients
This commit is contained in:
parent
a0c465c2eb
commit
ff5f31b87e
3
api.go
3
api.go
@ -279,6 +279,9 @@ func (h *Headscale) getMapResponse(
|
|||||||
PacketFilter: h.aclRules,
|
PacketFilter: h.aclRules,
|
||||||
DERPMap: h.DERPMap,
|
DERPMap: h.DERPMap,
|
||||||
UserProfiles: profiles,
|
UserProfiles: profiles,
|
||||||
|
Debug: &tailcfg.Debug{
|
||||||
|
DisableLogTail: !h.cfg.LogTail.Enabled,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Trace().
|
log.Trace().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user