This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit d3272adaf102792b064bdb0745acfbff484fcc1d
Author: wujimin <wuji...@huawei.com>
AuthorDate: Sat Jan 20 01:27:29 2018 +0800

    SCB-266 when instances not changed, only print debug log to avoid too many 
information.
---
 .../servicecomb/serviceregistry/registry/AbstractServiceRegistry.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/service-registry/src/main/java/org/apache/servicecomb/serviceregistry/registry/AbstractServiceRegistry.java
 
b/service-registry/src/main/java/org/apache/servicecomb/serviceregistry/registry/AbstractServiceRegistry.java
index ca24d81..9b67ed5 100644
--- 
a/service-registry/src/main/java/org/apache/servicecomb/serviceregistry/registry/AbstractServiceRegistry.java
+++ 
b/service-registry/src/main/java/org/apache/servicecomb/serviceregistry/registry/AbstractServiceRegistry.java
@@ -226,7 +226,7 @@ public abstract class AbstractServiceRegistry implements 
ServiceRegistry {
     }
 
     if (!microserviceInstances.isNeedRefresh()) {
-      LOGGER.info("instances revision is not changed, service={}/{}/{}", 
appId, serviceName, versionRule);
+      LOGGER.debug("instances revision is not changed, service={}/{}/{}", 
appId, serviceName, versionRule);
       return microserviceInstances;
     }
 

-- 
To stop receiving notification emails like this one, please contact
"commits@servicecomb.apache.org" <commits@servicecomb.apache.org>.

Reply via email to