Skip to content

Commit

Permalink
added extra logging for tokenomics processor
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-ares committed Dec 1, 2023
1 parent 1553285 commit cce2ca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokenomics/tokenomics.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func StartProcessor(ctx context.Context, cancel context.CancelFunc) Processor {
prc.extraBonusIndicesDistribution = extrabonusnotifier.MustGetExtraBonusIndicesDistribution(ctx, prc.db)
prc.livenessLoadDistributionStartDate = mustGetLivenessLoadDistributionStartDate(ctx, prc.db)
log.Info(fmt.Sprintf("configuration loaded[livenessLoadDistributionStartDate]: %#v", prc.livenessLoadDistributionStartDate))
log.Info(fmt.Sprintf("configuration loaded[FaceRecognitionDelay]: %#v", cfg.KYC.FaceRecognitionDelay))
log.Info(fmt.Sprintf("configuration loaded[LivenessDelay]: %#v", cfg.KYC.LivenessDelay))
log.Info(fmt.Sprintf("configuration loaded[AdoptionMilestoneSwitch]: %#v", cfg.AdoptionMilestoneSwitch))
log.Info(fmt.Sprintf("configuration loaded[ExtraBonuses]: %#v", cfg.ExtraBonuses))
Expand Down

0 comments on commit cce2ca1

Please sign in to comment.