You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "laijianbin (JIRA)" <ji...@apache.org> on 2018/02/07 02:19:00 UTC

[jira] [Created] (SCB-331) 日志优化

laijianbin created SCB-331:
------------------------------

             Summary: 日志优化
                 Key: SCB-331
                 URL: https://issues.apache.org/jira/browse/SCB-331
             Project: Apache ServiceComb
          Issue Type: Task
            Reporter: laijianbin
            Assignee: laijianbin


将public static DynamicWatchedConfiguration createConfigFromConfigCenter(Configuration localConfiguration) {
if (localConfiguration.getProperty(configCenterUrlKey) == null) {
LOGGER.info("config center URL is missing, skip to load configuration from config center");
return null;
}中的日志进行优化,改成config center URL is not configured



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)