Skip to content

Commit

Permalink
change log level when ns controller is disabled
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vargas <[email protected]>
  • Loading branch information
rubenvp8510 committed May 30, 2022
1 parent 474e2be commit 16cd96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/start/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ func setupControllers(ctx context.Context, mgr manager.Manager) {
os.Exit(1)
}
} else {
log.Trace("skipping reconciliation for namespaces, do not have permissions to list and watch namespaces")
log.Warn("skipping reconciliation for namespaces, do not have permissions to list and watch namespaces")
}

if err := esv1controllers.NewReconciler(client, clientReader).SetupWithManager(mgr); err != nil {
Expand Down

0 comments on commit 16cd96f

Please sign in to comment.