mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-05 12:16:44 +02:00
temporarily disable filter logging
to get rid of time.Now calls as I experiment
This commit is contained in:
parent
bcf23313b7
commit
068ff32ccd
@ -232,6 +232,7 @@ func init() {
|
||||
}
|
||||
|
||||
func (f *Filter) logRateLimit(runflags RunFlags, q *packet.Parsed, dir direction, r Response, why string) {
|
||||
return
|
||||
if !f.loggingAllowed(q) {
|
||||
return
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user