[
https://issues.apache.org/jira/browse/SCB-331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
laijianbin updated SCB-331:
---------------------------
Summary: Log optimization (was: 日志优化)
> Log optimization
> ----------------
>
> Key: SCB-331
> URL: https://issues.apache.org/jira/browse/SCB-331
> Project: Apache ServiceComb
> Issue Type: Task
> Reporter: laijianbin
> Assignee: laijianbin
> Priority: Major
>
> 将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)