debugging
Makes a call observable — logging, serializing, inspecting context.
| Name | Category | Description |
|---|---|---|
debug | hooks | Logs the current hook context to the console for debugging purposes. Displays timestamp, service path, method, type, id, data, query, result, and any additional param fields you specify. |
contextToJson | utils | Converts a FeathersJS HookContext to a plain JSON object by calling |
stringifyParams | utils | Serializes Feathers Two normalizations make semantically-equal params produce the same string:
Serialization is crash-safe and never throws on values that leak through a
params whitelist: circular references become |
See all tags for the full vocabulary.
