Skip to content

Commit

Permalink
Merge pull request #1683 from hwdef/optimization-log
Browse files Browse the repository at this point in the history
Optimization register controller log
  • Loading branch information
volcano-sh-bot authored Aug 19, 2021
2 parents d445589 + b00cda5 commit 8b3c1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/framework/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func RegisterController(ctrl Controller) error {
return fmt.Errorf("duplicated controller")
}

klog.Infof("Controller <%s> is registered.", ctrl.Name())
klog.V(3).Infof("Controller <%s> is registered.", ctrl.Name())
controllers[ctrl.Name()] = ctrl
return nil
}

0 comments on commit 8b3c1af

Please sign in to comment.