You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> Add elapsed-time logging by timing requests and passing start time to
`httpLogger` across all response paths.
>
> - **Runtime/Logging**:
> - Update `httpLogger` to accept `startMs` and log request latency in
ms.
> - Capture `start = Date.now()` in `apiHandler` and `createMainRouter`
request handlers.
> - Invoke `httpLogger(req, res, start)` on all exits (auth failures,
success responses, errors, 404) in
`packages/ts-moose-lib/src/consumption-apis/runner.ts`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
d8061a5. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
0 commit comments