MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / request-logger.ts

File request-logger.ts

apps/api/src/middleware/request-logger.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Elysia } from "elysia";
2import { logger } from "../config/logger";
3import { redactSensitiveInfo } from "./request-logger.utils";
4import { nowMs } from "../lib/time/now";

Callers

nothing calls this directly

Calls 4

nowMsFunction · 0.90
redactSensitiveInfoFunction · 0.90
debugMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected