fixes bad pino redaction syntax
This commit is contained in:
parent
4dc9c649d8
commit
77bcbc7954
|
@ -25,7 +25,7 @@ app.use(
|
|||
"req.headers.cookie",
|
||||
'res.headers["set-cookie"]',
|
||||
"req.headers.authorization",
|
||||
"req.headers.x-forwarded-for",
|
||||
'req.headers["x-forwarded-for"]',
|
||||
],
|
||||
censor: "********",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue