Skip to content

Commit

Permalink
Merge pull request #1326 from jluhrsen/OCPBUGS-1643-4.10
Browse files Browse the repository at this point in the history
OCPBUGS-2660: Add logging verbosity to configuring OVN logs
  • Loading branch information
openshift-merge-robot committed Nov 1, 2022
2 parents 8f229d6 + 7bd50fe commit 3445589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-controller/pkg/libovsdbops/transact.go
Expand Up @@ -38,7 +38,7 @@ func TransactAndCheck(c client.Client, ops []ovsdb.Operation) ([]ovsdb.Operation
return []ovsdb.OperationResult{{}}, nil
}

klog.Infof("Configuring OVN: %+v", ops)
klog.V(5).Infof("Configuring OVN: %+v", ops)

ctx, cancel := context.WithTimeout(context.TODO(), types.OVSDBTimeout)
defer cancel()
Expand Down

0 comments on commit 3445589

Please sign in to comment.