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…
Reference in New Issue