Merge pull request #2659 from plind-dm/fix/redact-bearer-tokens-in-logs

fix(security): redact Bearer tokens from server log output
This commit is contained in:
Dotta
2026-04-06 08:58:34 -05:00
committed by GitHub
+1
View File
@@ -28,6 +28,7 @@ const sharedOpts = {
export const logger = pino({
level: "debug",
redact: ["req.headers.authorization"],
}, pino.transport({
targets: [
{