Skip to content

Commit

Permalink
refactor: better logs
Browse files Browse the repository at this point in the history
  • Loading branch information
eddort committed Dec 21, 2023
1 parent e9d2249 commit d72df82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/keys-update/keys-update.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class KeysUpdateService {
}

if (prevElMeta?.blockHash && prevElMeta.blockHash === currElMeta.hash) {
this.logger.debug?.('same state, skip', { prevElMeta, currElMeta });
this.logger.log('Same blockHash, indexing is not required', { prevElMeta, currElMeta });
return;
}

Expand Down

0 comments on commit d72df82

Please sign in to comment.