Skip to content

Commit e8f80db

Browse files
committed
chore: don't log request body
1 parent c05dbda commit e8f80db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/utils.ts

-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ export const extractRequestForLogging = (request: FastifyRequest) => ({
55
method: request.method,
66
url: request.url,
77
pg: parse(request.headers.pg as string).host,
8-
body: request.body,
98
})

0 commit comments

Comments
 (0)