change log message to debug

This commit is contained in:
Spencer Gibb
2018-04-02 13:25:04 -04:00
parent 61badf8efe
commit da853206d4

View File

@@ -79,7 +79,7 @@ public class RemoteAddrRoutePredicateFactory extends AbstractRoutePredicateFacto
String host = exchange.getRequest().getURI().getHost();
if (!hostAddress.equals(host)) {
log.warn("Remote addresses didn't match " + hostAddress + " != " + host);
log.debug("Remote addresses didn't match " + hostAddress + " != " + host);
}
for (IpSubnetFilterRule source : sources) {