Current Behavior
if hook_config is not present, the following exception will be thrown
apisix attempt to index local 'hook_conf' (a nil value)
|
local hook_conf = debug_yaml.hook_conf |
should include a check.
Expected Behavior
not throwing an error if hook_conf is not present.
Error Logs
No response
Steps to Reproduce
- create a debug.yaml
- do not incude hook_conf
Environment
- APISIX version 2.14.1
- on Docker