Skip to content

Commit

Permalink
kusama staking processor debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrvano committed Dec 6, 2024
1 parent 4162743 commit ca1da7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/modules/PolkadotStakingProcessor/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class PolkadotStakingProcessorService {
trx: Knex.Transaction<any, any[]>,
): Promise<void> {
const startProcessingTime = Date.now()
this.logger.info({ event: `Process staking data for next era: ${eraId}`, metadata, eraId })
this.logger.info({ event: `Process staking data for next era: ${eraId}`, metadata, eraId, payout_block_id, collect_uid })

const payoutBlockHash = await this.polkadotHelper.getBlockHashByHeight(payout_block_id)
this.logger.info({ event: `payoutBlockHash is ${payoutBlockHash}`});
Expand Down

0 comments on commit ca1da7f

Please sign in to comment.