AlinsRan commented on code in PR #2564:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/2564#discussion_r2378444980


##########
internal/manager/controllers.go:
##########
@@ -121,6 +124,14 @@ func setupControllers(ctx context.Context, mgr 
manager.Manager, pro provider.Pro
                        Updater:  updater,
                        Readier:  readier,
                },
+               &controller.TCPRouteReconciler{
+                       Client:   mgr.GetClient(),
+                       Scheme:   mgr.GetScheme(),
+                       Log:      
ctrl.LoggerFrom(ctx).WithName("controllers").WithName("TCPRoute"),

Review Comment:
   ```suggestion
                        Log:      
ctrl.LoggerFrom(ctx).WithName("controllers").WithName(types.KindTCPRoute),
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to