Skip to content

Commit

Permalink
add debug level classifier
Browse files Browse the repository at this point in the history
Signed-off-by: KfreeZ <[email protected]>
  • Loading branch information
KfreeZ committed Sep 10, 2024
1 parent c719b55 commit b846f47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion microservices-connector/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ func main() {
if err = (&controller.GMConnectorReconciler{
Client: mgr.GetClient(),
Scheme: mgr.GetScheme(),
Log: ctrl.Log.WithName("GMC"),
}).SetupWithManager(mgr); err != nil {
setupLog.Error(err, "unable to create controller", "controller", "GMConnector")
os.Exit(1)
Expand Down

0 comments on commit b846f47

Please sign in to comment.