Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ferglor committed May 10, 2024
1 parent 838f4db commit 512f834
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ func (p *logEventProvider) SetConfig(cfg ocr2keepers.LogEventProviderConfig) {

switch p.opts.BufferVersion {
case BufferVersionV1:
p.lggr.With("where", "setConfig").Infow("setting buffer v1 config")
p.bufferV1.SetConfig(uint32(p.opts.LookbackBlocks), blockRate, logLimit)
default:
}
Expand Down

0 comments on commit 512f834

Please sign in to comment.