Skip to content

Commit c914d09

Browse files
authored
Bump olmConfig controller logging message to debug (#2568)
Problem: Minimal value is gained from logging olmConfig reconcile message. Solution: Bump message from info level to debug level. Signed-off-by: Alexander Greene <[email protected]>
1 parent e6428a1 commit c914d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/operators/olm/operator.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ func (a *Operator) allNamespaceOperatorGroups() ([]*v1.OperatorGroup, error) {
12451245
}
12461246

12471247
func (a *Operator) syncOLMConfig(obj interface{}) (syncError error) {
1248-
a.logger.Info("Processing olmConfig")
1248+
a.logger.Debug("Processing olmConfig")
12491249
olmConfig, ok := obj.(*v1.OLMConfig)
12501250
if !ok {
12511251
return fmt.Errorf("casting OLMConfig failed")

0 commit comments

Comments
 (0)