paperclip/server/src/middleware
Dotta 758a5538c5 Improve 500 error logging with actual error details and correct log levels
pino-http was logging 500s at INFO level with a generic "failed with status
code 500" message. Now 500s log at ERROR level and include the actual error
(message, stack, name) via res.locals handoff from the error handler.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 07:39:05 -06:00
..
auth.ts refactor: rename packages to @paperclipai and CLI binary to paperclipai 2026-03-03 08:45:26 -06:00
board-mutation-guard.ts fix: remove stale port 5173 references from board mutation guard 2026-03-02 14:21:09 -06:00
error-handler.ts Improve 500 error logging with actual error details and correct log levels 2026-03-05 07:39:05 -06:00
index.ts Add API server with routes, services, and middleware 2026-02-16 13:31:58 -06:00
logger.ts Improve 500 error logging with actual error details and correct log levels 2026-03-05 07:39:05 -06:00
private-hostname-guard.ts refactor: rename packages to @paperclipai and CLI binary to paperclipai 2026-03-03 08:45:26 -06:00
validate.ts Add API server with routes, services, and middleware 2026-02-16 13:31:58 -06:00