Skip to content

Commit

Permalink
materialize: add missing log message for when evaluating loads starts
Browse files Browse the repository at this point in the history
Right now there is no immediate log message when evaluating loads starts, but
there is supposed to be. This adds that missing log.
  • Loading branch information
williamhbaker committed Oct 15, 2024
1 parent e98de9d commit bd2b28a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions materialize-boilerplate/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ func (l *BindingEvents) do(fn func()) {
// destination database.
func (l *BindingEvents) StartedEvaluatingLoads() {
l.do(func() {
l.log(log.Fields{"round": l.round}, "started evaluating loads")
l.evaluatingLoadsStart = time.Now()

l.stopLogger = make(chan struct{})
Expand Down

0 comments on commit bd2b28a

Please sign in to comment.