+1 to keep the log format consistent. Willem Jiang
Twitter: willemjiang Weibo: 姜宁willem On Fri, Oct 18, 2019 at 6:26 PM Ang Li <liang951...@qq.com> wrote: > > Hi team, > > > In servicecomb-java-chassis master branch, log will contains service > information as following: > > > service center: .... > config center: ... > ... > Environment: ... > ... > > > But, when the environment in microservice.yaml is set as "development", the > log will still print "Environment: production". It seems that the related > feature works, just log not correct. > > > Also, the format of names is not the same now, some are lowercase, some are > initial capitiaization and others are camel-case. I think keep the format > consistent is better. > > > > > Ang Li