Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmci committed Jul 2, 2024
1 parent 1b1964b commit 22000a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/ccip-tests/load/ccip_loadgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ func (c *CCIPE2ELoad) Call(_ *wasp.Generator) *wasp.Response {
res := &wasp.Response{}
sourceCCIP := c.Lane.Source
recentRequestFoundAt := sourceCCIP.IsRequestTriggeredWithinTimeframe(c.SkipRequestIfAnotherRequestTriggeredWithin)
c.Lane.Logger.Info().Msgf("Recent Request Found At %s", recentRequestFoundAt)
if recentRequestFoundAt != nil {
c.Lane.Logger.
Info().
Expand Down

0 comments on commit 22000a6

Please sign in to comment.