Skip to content

Commit

Permalink
Log performance factor as info
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Dec 21, 2023
1 parent c6c0c86 commit e488e74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func (t *Tracker) ApplyEpoch(epoch iotago.EpochIndex, committee *account.Account
panic(ierrors.Wrapf(err, "failed to calculate pool rewards for account %s", accountID))
}

t.LogDebug("PerformanceFactor", "accountID", accountID, "epochPerformanceFactor", epochPerformanceFactor, "poolReward", poolReward)
t.LogInfo("PerformanceApplyEpoch", "accountID", accountID, "epochPerformanceFactor", epochPerformanceFactor, "poolReward", poolReward)

if err = rewardsMap.Set(accountID, &model.PoolRewards{
PoolStake: pool.PoolStake,
Expand Down

0 comments on commit e488e74

Please sign in to comment.