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

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

coveralls commented on issue #551: [SCB-331] log optimization
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/551#issuecomment-363654070
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/15407372/badge)](https://coveralls.io/builds/15407372)
   
   Coverage decreased (-0.01%) to 87.258% when pulling 
**ca06d7c9821aa90dd4b77bb82c6be93ca0491f4c on laijianbin:SCB-331** into 
**bbe18e493aa3fb3d1531f7e6bee806e22d9994b4 on apache:master**.
   

----------------------------------------------------------------
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