Skip to content

Commit

Permalink
fix: add additional keys to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Nov 16, 2023
1 parent 1d26c1c commit 49dad64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion helpers/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ const REDACTED_FIELDS = new Set([
'key',
'cert',
'ca',
'dhparam'
'dhparam',
'private_key',
'dkim_private_key'
]);

//
Expand Down

0 comments on commit 49dad64

Please sign in to comment.