prevents revealing api keys in logs during startup crash
This commit is contained in:
parent
94720b51e7
commit
1fc0138e65
|
@ -72,7 +72,7 @@ export class KeyChecker {
|
|||
|
||||
this.log.info(
|
||||
{
|
||||
key: keysToCheck,
|
||||
key: keysToCheck.map((key) => key.hash),
|
||||
remaining: uncheckedKeys.length - keysToCheck.length,
|
||||
},
|
||||
"Scheduling initial checks for key batch."
|
||||
|
|
Loading…
Reference in New Issue