Skip to content

Commit

Permalink
Bump olmConfig controller logging message to debug (#2568)
Browse files Browse the repository at this point in the history
Problem: Minimal value is gained from logging olmConfig
reconcile message.

Solution: Bump message from info level to debug level.

Signed-off-by: Alexander Greene <greene.al1991@gmail.com>
  • Loading branch information
awgreene committed Jan 12, 2022
1 parent e6428a1 commit c914d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/operators/olm/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ func (a *Operator) allNamespaceOperatorGroups() ([]*v1.OperatorGroup, error) {
}

func (a *Operator) syncOLMConfig(obj interface{}) (syncError error) {
a.logger.Info("Processing olmConfig")
a.logger.Debug("Processing olmConfig")
olmConfig, ok := obj.(*v1.OLMConfig)
if !ok {
return fmt.Errorf("casting OLMConfig failed")
Expand Down

0 comments on commit c914d09

Please sign in to comment.