mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-13 03:12:39 +09:00
Disable logtail for clients
This commit is contained in:
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().
|
||||||
|
|||||||
Reference in New Issue
Block a user