feathers/docs/guides/cli/log-error.md
2022-12-08 11:55:18 -08:00

352 B

Error logging hook

The src/hooks/log-error.ts file exports a logError hook that uses the logger to log any error for a service method, including validation error details (when they are available). It is registered as an application hook all hook, meaning it will log errors for any service method.