Log urlmap

This commit is contained in:
bprashanth 2016-11-22 16:40:40 -08:00
parent 6260eeeed4
commit b789b78837

View file

@ -694,7 +694,7 @@ func (l *L7) UpdateUrlMap(ingressRules utils.GCEURLMap) error {
} else {
l.um.DefaultService = l.glbcDefaultBackend.SelfLink
}
glog.V(3).Infof("Updating url map %+v", ingressRules)
glog.Infof("Updating url map:\n%+v", ingressRules)
// Every update replaces the entire urlmap.
// TODO: when we have multiple loadbalancers point to a single gce url map