gxthrj commented on a change in pull request #576:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/576#discussion_r667291630



##########
File path: pkg/ingress/pod.go
##########
@@ -64,9 +64,9 @@ func (c *podController) onAdd(obj interface{}) {
        if !c.controller.namespaceWatching(key) {
                return
        }
-       log.Debugw("pod add event arrived",
-               zap.Any("object", obj),
-       )
+       //log.Debugw("pod add event arrived",

Review comment:
       Done, I print key (namespace + name) instead.




-- 
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