prevents revealing api keys in logs during startup crash

This commit is contained in:
nai-degen 2023-05-04 16:29:36 -05:00
parent 94720b51e7
commit 1fc0138e65
1 changed files with 1 additions and 1 deletions

View File

@ -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."