Skip to content

Commit

Permalink
Add additional log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Aug 20, 2024
1 parent 0b14385 commit a15547f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions execute/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ func (p *Plugin) Observation(
}

state := previousOutcome.State.Next()
p.lggr.Debugw("Execute plugin performing observation.", "state", state)
switch state {
case exectypes.GetCommitReports:
fetchFrom := time.Now().Add(-p.cfg.OffchainConfig.MessageVisibilityInterval.Duration()).UTC()
Expand Down

0 comments on commit a15547f

Please sign in to comment.