Skip to content

Commit c237f98

Browse files
DO NOT MERGE - Drop debugging level for conflicts in router
1 parent 99b1ac6 commit c237f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/router/controller/unique_host.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func (p *UniqueHost) HandleRoute(eventType watch.EventType, route *routeapi.Rout
129129
for i := range old {
130130
if old[i].Spec.Path == route.Spec.Path {
131131
if routeapi.RouteLessThan(old[i], route) {
132-
glog.V(4).Infof("Route %s cannot take %s from %s", routeName, host, routeNameKey(oldest))
132+
glog.V(0).Infof("Route %s cannot take %s from %s", routeName, host, routeNameKey(oldest))
133133
err := fmt.Errorf("route %s already exposes %s and is older", oldest.Name, host)
134134
p.recorder.RecordRouteRejection(route, "HostAlreadyClaimed", err.Error())
135135
p.plugin.HandleRoute(watch.Deleted, route)

0 commit comments

Comments
 (0)