Skip to content

Commit

Permalink
update main.go logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pinikomarov committed Oct 8, 2023
1 parent bdbc9a5 commit dd6d771
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ func main() {
Client: mgr.GetClient(),
Scheme: mgr.GetScheme(),
Kclient: kclient,
Log: ctrl.Log.WithName("controllers").WithName("OpenStackControlPlane"),
}).SetupWithManager(mgr); err != nil {
setupLog.Error(err, "unable to create controller", "controller", "OpenStackControlPlane")
os.Exit(1)
Expand Down

0 comments on commit dd6d771

Please sign in to comment.