Log pod ip at V(2)

This commit is contained in:
bprashanth 2016-09-01 17:32:50 -07:00
parent 9481354d77
commit a0c0dcd8bd

View File

@ -2159,7 +2159,7 @@ func (dm *DockerManager) SyncPod(pod *api.Pod, _ api.PodStatus, podStatus *kubec
result.Fail(err) result.Fail(err)
return return
} }
glog.V(4).Infof("Determined pod ip after infra change: %q: %q", format.Pod(pod), podIP) glog.Infof("Determined pod ip after infra change: %q: %q", format.Pod(pod), podIP)
} }
} }