mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-12 08:34:43 +00:00
When attempting to match a JSON path for initial setup, it would be helpful to know where the path failed. This change logs the failed parameter node. For example, if you are trying to match path "a.b.d.e", but you failed to include the "c" node, webhook will log an error "parameter node not found: d.e" to assist in troubleshooting. |
||
---|---|---|
.. | ||
hook.go | ||
hook_test.go |