kingluo commented on code in PR #8400:
URL: https://github.com/apache/apisix/pull/8400#discussion_r1049334826


##########
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:
   Normally this file is non-exist. It's only available when you need to set 
breakpoints.



##########
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:
   Normally this file is non-exist. It's only available when you need to set 
breakpoints. Please refer to the plugin doc.



-- 
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]

Reply via email to