kingluo commented on code in PR #8400:
URL: https://github.com/apache/apisix/pull/8400#discussion_r1049331347
##########
conf/config-default.yaml:
##########
@@ -555,6 +556,9 @@ plugin_attr:
send: 60s
# redirect:
# https_port: 8443 # the default port for use by HTTP redirects to HTTPS
+ inspect:
+ delay: 3 # in seconds
+ hooks_file: "/var/run/apisix_inspect_hooks.lua"
Review Comment:
@moonming yes, this hooks file is used to define breakpoints, which itself
is lua file. When the administrator needs to set breakpoints to inspect
something, he would edit this file, or link another file to this path.
--
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]