Skip to content

Commit

Permalink
[release-1.9] Set scheduler logging to debug (#6714)
Browse files Browse the repository at this point in the history
This is an automated cherry-pick of #6705

```release-note

```

Signed-off-by: Matthias Wessendorf <[email protected]>
Co-authored-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
knative-prow-robot and matzew authored Feb 1, 2023
1 parent d46e08b commit c0dcda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scheduler/statefulset/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (s *StatefulSetScheduler) scheduleVPod(vpod scheduler.VPod) ([]duckv1alpha1
// Quite an expensive operation but safe and simple.
state, err := s.stateAccessor.State(s.reserved)
if err != nil {
logger.Info("error while refreshing scheduler state (will retry)", zap.Error(err))
logger.Debug("error while refreshing scheduler state (will retry)", zap.Error(err))
return nil, err
}

Expand Down

0 comments on commit c0dcda3

Please sign in to comment.