Disable logtail for clients
This commit is contained in:
parent
a0c465c2eb
commit
ff5f31b87e
1 changed files with 3 additions and 0 deletions
3
api.go
3
api.go
|
@ -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().
|
||||
|
|
Loading…
Reference in a new issue