File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import (
11
11
12
12
configclientset "github.com/openshift/client-go/config/clientset/versioned"
13
13
configv1client "github.com/openshift/client-go/config/clientset/versioned/typed/config/v1"
14
- "github.com/operator-framework/operator-lifecycle-manager/pkg/lib/queueinformer"
15
14
"github.com/prometheus/client_golang/prometheus/promhttp"
16
15
"github.com/sirupsen/logrus"
17
16
"github.com/spf13/pflag"
@@ -24,6 +23,7 @@ import (
24
23
"github.com/operator-framework/operator-lifecycle-manager/pkg/lib/operatorclient"
25
24
"github.com/operator-framework/operator-lifecycle-manager/pkg/lib/operatorstatus"
26
25
"github.com/operator-framework/operator-lifecycle-manager/pkg/lib/profile"
26
+ "github.com/operator-framework/operator-lifecycle-manager/pkg/lib/queueinformer"
27
27
"github.com/operator-framework/operator-lifecycle-manager/pkg/lib/signals"
28
28
"github.com/operator-framework/operator-lifecycle-manager/pkg/metrics"
29
29
olmversion "github.com/operator-framework/operator-lifecycle-manager/pkg/version"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ var log = ctrl.Log.WithName("manager")
19
19
20
20
func Manager (ctx context.Context ) (ctrl.Manager , error ) {
21
21
ctrl .SetLogger (zap .Logger (true ))
22
- setupLog := log .WithName ("setup" ).V (1 )
22
+ setupLog := log .WithName ("setup" ).V (4 )
23
23
24
24
// Setup a Manager
25
25
setupLog .Info ("configuring manager" )
You can’t perform that action at this time.
0 commit comments