Log urlmap
This commit is contained in:
parent
6260eeeed4
commit
b789b78837
1 changed files with 1 additions and 1 deletions
|
@ -694,7 +694,7 @@ func (l *L7) UpdateUrlMap(ingressRules utils.GCEURLMap) error {
|
||||||
} else {
|
} else {
|
||||||
l.um.DefaultService = l.glbcDefaultBackend.SelfLink
|
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.
|
// Every update replaces the entire urlmap.
|
||||||
// TODO: when we have multiple loadbalancers point to a single gce url map
|
// TODO: when we have multiple loadbalancers point to a single gce url map
|
||||||
|
|
Loading…
Reference in a new issue