We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05dbda commit e8f80dbCopy full SHA for e8f80db
src/server/utils.ts
@@ -5,5 +5,4 @@ export const extractRequestForLogging = (request: FastifyRequest) => ({
5
method: request.method,
6
url: request.url,
7
pg: parse(request.headers.pg as string).host,
8
- body: request.body,
9
})
0 commit comments