Skip to content
Snippets Groups Projects
Commit 2a3c924f authored by scott.wang's avatar scott.wang
Browse files

Add more rich debug log

parent 85308a1f
No related branches found
No related tags found
No related merge requests found
......@@ -249,6 +249,8 @@ func (c *dubboRegistryController) processNextWorkItem() bool {
// handle watched pod event
func (c *dubboRegistryController) handleWatchedPodEvent(p *v1.Pod, eventType watch.EventType) {
logger.Debugf("get @type = %s event from @pod = %s", eventType , p.GetName())
for ak, av := range p.GetAnnotations() {
// not dubbo interest annotation
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment