Skip to content

Commit

Permalink
chore: Log matched resource offer decisions count
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Jan 30, 2025
1 parent 5e99321 commit 2a57b7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/solver/matcher/matcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ func addMatchDecisions(
)
}
}
zerolog.Debug().
Int("decisions", len(matchingResourceOffers)).
Msg(system.GetServiceString(system.SolverService, "Solver adding matched resource offer decisions"))

return nil
}
Expand Down

0 comments on commit 2a57b7b

Please sign in to comment.