Skip to content

Commit

Permalink
Merge pull request #293 from yersan/issue-274
Browse files Browse the repository at this point in the history
[274] Add logger category for the SDK manager
  • Loading branch information
yersan authored Feb 8, 2024
2 parents db216f8 + 2b7e248 commit 439608c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
"go.uber.org/zap/zapcore"
"os"
goruntime "runtime"

// Import all Kubernetes client auth plugins (e.g. Azure, GCP, OIDC, etc.)
// to ensure that exec-entrypoint and run can make use of them.
_ "k8s.io/client-go/plugin/pkg/client/auth"
Expand Down Expand Up @@ -107,6 +106,7 @@ func main() {
Namespace: namespace,
HealthProbeBindAddress: probeAddr,
LeaderElection: false,
Logger: ctrl.Log.WithName("manager"),
})
if err != nil {
setupLog.Error(err, "unable to start manager")
Expand Down

0 comments on commit 439608c

Please sign in to comment.