Skip to content

Commit

Permalink
DO NOT MERGE - Drop debugging level for conflicts in router
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Mar 10, 2018
1 parent a7590a2 commit 4ee1dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/router/controller/unique_host.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func (p *UniqueHost) HandleRoute(eventType watch.EventType, route *routeapi.Rout
for i := range old {
if old[i].Spec.Path == route.Spec.Path {
if routeapi.RouteLessThan(old[i], route) {
glog.V(4).Infof("Route %s cannot take %s from %s", routeName, host, routeNameKey(oldest))
glog.V(0).Infof("Route %s cannot take %s from %s", routeName, host, routeNameKey(oldest))
err := fmt.Errorf("route %s already exposes %s and is older", oldest.Name, host)
p.recorder.RecordRouteRejection(route, "HostAlreadyClaimed", err.Error())
p.plugin.HandleRoute(watch.Deleted, route)
Expand Down

0 comments on commit 4ee1dc4

Please sign in to comment.