[ 
https://issues.apache.org/jira/browse/SCB-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16356634#comment-16356634
 ] 

ASF GitHub Bot commented on SCB-331:
------------------------------------

liubao68 commented on issue #551: [SCB-331] log optimization
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/551#issuecomment-364035766
 
 
   Need english speaker to check. I think it's not better than before. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> 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; }
> 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)

Reply via email to