Skip to content

Commit

Permalink
Adds more debug logging to events service for registrator
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-toth committed Aug 12, 2024
1 parent dc8ade9 commit afa433e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/events/events.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,9 @@ export class EventsService implements OnApplicationBootstrap {

if (accountString != undefined) {
this.logger.log(
`Noticed registration lock for ${accountString} with fingerprint: ${fingerprintString}`,
`Noticed registration lock for ${accountString} `
+ `with fingerprint ${fingerprintString} `
+ `and tx ${event.transactionHash}`,
)
await this.registratorUpdatesFlow.add({
name: 'add-registration-credit',
Expand Down

0 comments on commit afa433e

Please sign in to comment.