Skip to content

Commit

Permalink
Merge pull request #28654 from DennisPeriquet/trt-1559-slow-prow-load
Browse files Browse the repository at this point in the history
TRT-1559:Remove two sets of logs to bring build-log.txt size down
  • Loading branch information
openshift-merge-bot[bot] committed Mar 26, 2024
2 parents 200d8c3 + b6ff73e commit 6632b4a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/monitortests/testframework/watchevents/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,6 @@ func recordAddOrUpdateEvent(
interval := intervalBuilder.Locator(locator).
Message(message).Build(pathoFrom, to)

logrus.WithField("event", *obj).Info("processed event")
logrus.WithField("locator", interval.StructuredLocator).Info("resulting interval locator")
logrus.WithField("message", interval.StructuredMessage).Info("resulting interval message")

recorder.AddIntervals(interval)
}

Expand Down

0 comments on commit 6632b4a

Please sign in to comment.