diff --git a/lib/resty/coraza.lua b/lib/resty/coraza.lua index aa037dd..199d6fd 100644 --- a/lib/resty/coraza.lua +++ b/lib/resty/coraza.lua @@ -132,7 +132,7 @@ function _M.do_body_filter() end function _M.do_log() - coraza.process_logging() + coraza.process_logging(ngx_ctx.transaction) local msg = coraza.get_matched_logmsg(ngx_ctx.transaction) ngx_ctx.coraza_msg = msg