diff --git a/internal/nodes/http_request_log.go b/internal/nodes/http_request_log.go index 50fd3a0..93ac503 100644 --- a/internal/nodes/http_request_log.go +++ b/internal/nodes/http_request_log.go @@ -32,6 +32,10 @@ func (this *HTTPRequest) log() { return } + if ref.FirewallOnly && this.firewallPolicyId == 0 { + return + } + addr := this.RawReq.RemoteAddr index := strings.LastIndex(addr, ":") if index > 0 {