misc: add config to redacted keys

This commit is contained in:
Sheen Capadngan
2024-07-02 22:34:40 +08:00
parent 3ac6b7be65
commit 0ef7eacd0e

View File

@@ -58,7 +58,8 @@ const redactedKeys = [
"decryptedSecret",
"secrets",
"key",
"password"
"password",
"config"
];
export const initLogger = async () => {