Skip to content

Commit

Permalink
fix: disable logtail for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiebens committed Sep 10, 2022
1 parent e5ed471 commit 5b51e29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/handlers/poll_net_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ func (h *PollNetMapHandler) createMapResponse(m *domain.Machine, binder bind.Bin
Peers: changedPeers,
UserProfiles: users,
ControlTime: &controlTime,
Debug: &tailcfg.Debug{
DisableLogTail: true,
},
}
} else {
mapResponse = &tailcfg.MapResponse{
Expand Down

0 comments on commit 5b51e29

Please sign in to comment.