Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ Elysia } from
"elysia"
;
2
import
{ logger } from
"../config/logger"
;
3
import
{ redactSensitiveInfo } from
"./request-logger.utils"
;
4
import
{ nowMs } from
"../lib/time/now"
;
Callers
nothing calls this directly
Calls
4
nowMs
Function · 0.90
redactSensitiveInfo
Function · 0.90
debug
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected