Hi all, I find that if I use logger plugin(clickhouse-logger) to send the access logs, the http code doesn't rewrited by response-rewrite plugin, because log-util.lua use ctx.var get the status not ngx.status. I raise a PR https://github.com/apache/apisix/blob/master/apisix/utils/log-util.lua#L63 to it, Pls review.
Best regards