Copilot commented on code in PR #2456: URL: https://github.com/apache/apisix-ingress-controller/pull/2456#discussion_r2186466281
########## internal/controller/utils.go: ########## @@ -1445,12 +1445,12 @@ func distinctRequests(requests []reconcile.Request) []reconcile.Request { } func addProviderEndpointsToTranslateContext(tctx *provider.TranslateContext, c client.Client, serviceNN k8stypes.NamespacedName) error { - log.Debugf("to process provider endpints by provider.service: %s", serviceNN) + log.Debugw("to process provider endpints by provider.service", zap.Any("service", serviceNN)) Review Comment: Typo in log message: replace "endpints" with "endpoints". ```suggestion log.Debugw("to process provider endpoints by provider.service", zap.Any("service", serviceNN)) ``` -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org