mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
fix: remove redundant bracket-notation redact path
Dot notation already covers the same key; bracket notation is a duplicate.
This commit is contained in:
parent
2af64b6068
commit
112eeafd62
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ const sharedOpts = {
|
|||
|
||||
export const logger = pino({
|
||||
level: "debug",
|
||||
redact: ["req.headers.authorization", "req.headers[\"authorization\"]"],
|
||||
redact: ["req.headers.authorization"],
|
||||
}, pino.transport({
|
||||
targets: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue