If you want user to take a good look of the warning log, you can just abort the boot process by default. Just my 2 cents.
Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Jan 25, 2019 at 4:43 PM wjm wjm <[email protected]> wrote: > > currently, when we find something not so good during boot, we will print > log immediately > eg: > > - use deprecated configuration > - port listen failed > - ...... > > most developers will not notice these important messages > > so maybe we can keep current implementation > and collect all the information, print them after boot > maybe like: > *************** important message *************** > warning: > 1.servicecomb.rest.client.thread-count is ambiguous, suggest to use > servicecomb.rest.client.verticle-count. > error: > 1.......
