From 48be5fe980876b08db3b29bf80b6d1e27ccb490d Mon Sep 17 00:00:00 2001 From: potatso Date: Tue, 4 Jul 2023 13:51:45 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=20=E8=B0=83=E7=94=A8=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/resty/coraza.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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