Skip to content

Commit

Permalink
change execution disabled logger level
Browse files Browse the repository at this point in the history
  • Loading branch information
athishaves authored and olegbespalov committed Jul 22, 2024
1 parent c79dd07 commit 00dafad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func NewScheduler(trs *lib.TestRunState, controller Controller) (*Scheduler, err
// Only take executors which have work.
for _, sc := range executorConfigs {
if !sc.HasWork(et) {
trs.Logger.Warnf(
trs.Logger.Debugf(
"Executor '%s' is disabled for segment %s due to lack of work!",
sc.GetName(), options.ExecutionSegment,
)
Expand Down

0 comments on commit 00dafad

Please sign in to comment.