changed debug to trace

This commit is contained in:
Spencer Gibb
2015-05-26 09:44:54 -06:00
parent 8ffa7e04ea
commit 675b7e6c54

View File

@@ -66,7 +66,7 @@ public class ConsulCatalogWatch implements ApplicationEventPublisherAware {
catalogServicesIndex.set(BigInteger.valueOf(consulIndex));
}
log.debug("Received services update from consul: {}", response.getValue());
log.trace("Received services update from consul: {}, index: {}", response.getValue(), consulIndex);
publisher.publishEvent(new HeartbeatEvent(this, consulIndex));
}
}