Skip to content

Commit

Permalink
Update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ferglor committed Apr 17, 2024
1 parent d749efb commit 5ecb1ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ func (p *logEventProvider) getLogsFromBuffer(latestBlock int64) []ocr2keepers.Up

if p.currentIteration == 0 {
p.iterations = (p.bufferV1.NumOfUpkeeps() / logLimitLow) / maxResults
p.lggr.Debugw("calculated iterations", "iterations", p.iterations)
p.lggr.Debugw("calculated iterations", "iterations", p.iterations, "upkeeps", p.bufferV1.NumOfUpkeeps(), "logLimitLow", logLimitLow, "maxResults", maxResults)
}

p.lggr.Debugw("dequeuing logs", "iterations", p.iterations, "currentIteration", p.currentIteration)
Expand Down

0 comments on commit 5ecb1ac

Please sign in to comment.