temporarily disable filter logging

to get rid of time.Now calls as I experiment
This commit is contained in:
Josh Bleecher Snyder 2021-07-15 16:55:56 -07:00
parent bcf23313b7
commit 068ff32ccd
1 changed files with 1 additions and 0 deletions

View File

@ -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
}