removes IP redaction from pino

This commit is contained in:
nai-degen 2023-08-09 18:15:28 -05:00
parent 268165e2be
commit 5d3fb6af3a
1 changed files with 0 additions and 4 deletions

View File

@ -36,10 +36,6 @@ app.use(
'res.headers["set-cookie"]',
"req.headers.authorization",
'req.headers["x-api-key"]',
'req.headers["x-forwarded-for"]',
'req.headers["x-real-ip"]',
'req.headers["true-client-ip"]',
'req.headers["cf-connecting-ip"]',
// Don't log the prompt text on transform errors
"body.messages",
"body.prompt",