slysiou commented on issue #10149:
URL: https://github.com/apache/apisix/issues/10149#issuecomment-1705346143

   Thanks @Revolyssup,
   
   I activated debug using debug.yaml:
   ```yaml
   basic:
     enable: true
   http_filter:
     enable: false         # enable or disable this feature
     enable_header_name: X-APISIX-Dynamic-Debug # the header name of dynamic 
enable
   hook_conf:
     enable: true                 # enable or disable this feature
     name: hook_phase              # the name of module and function list
     log_level: debug               # log level
     is_print_input_args: true     # print the input arguments
     is_print_return_value: true   # print the return value
   
   hook_phase:                     # module and function list, name: hook_phase
     apisix:                       # required module name
       - http_access_phase         # function name
       - http_header_filter_phase
       - http_body_filter_phase
       - http_log_phase
   
   #END
   ```
   But I didn't get much details.
   
   How to run APISIX in the debug mode you are talking ?


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