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/05/22 02:25:00 UTC

[jira] [Closed] (SCB-331) Log optimization

     [ https://issues.apache.org/jira/browse/SCB-331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

laijianbin closed SCB-331.
--------------------------
    Resolution: Fixed

> Log optimization
> ----------------
>
>                 Key: SCB-331
>                 URL: https://issues.apache.org/jira/browse/SCB-331
>             Project: Apache ServiceComb
>          Issue Type: Task
>          Components: Java-Chassis
>            Reporter: laijianbin
>            Assignee: laijianbin
>            Priority: Major
>             Fix For: java-chassis-1.0.0-m1
>
>
> 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; }
> changed to
> public static DynamicWatchedConfiguration createConfigFromConfigCenter(Configuration localConfiguration) {
> if (localConfiguration.getProperty(configCenterUrlKey) == null)
> { LOGGER.info("config center URL is not configured"); return null; }
>  
>  



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