AlinsRan commented on code in PR #12086:
URL: https://github.com/apache/apisix/pull/12086#discussion_r2022196214
##########
apisix/plugins/example-plugin.lua:
##########
@@ -107,6 +116,49 @@ function _M.access(conf, ctx)
return
end
+
+function _M.before_proxy(conf, ctx)
+ core.log.warn("plugin before_proxy phase, conf: ", core.json.encode(conf))
Review Comment:
This is not a warm level log, please use core.json.delay_encode
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]