nacos-spring-boot-project icon indicating copy to clipboard operation
nacos-spring-boot-project copied to clipboard

Change the log level of NacosConfigPropertiesUtils

Open Sayi opened this issue 1 year ago • 0 comments

When I completely disable nacos, the log will still be printed and the content will be repeated. The log level should be increased.

2023-12-11 16:01:21.359  INFO 10983 --- [           main] c.a.b.n.c.u.NacosConfigPropertiesUtils   : nacosConfigProperties : NacosConfigProperties{serverAddr='127...}}
2023-12-11 16:01:21.403  INFO 10983 --- [           main] c.a.b.n.c.u.NacosConfigPropertiesUtils   : nacosConfigProperties : NacosConfigProperties{serverAddr='127...}}
2023-12-11 16:01:21.421  INFO 10983 --- [           main] NacosConfigApplicationContextInitializer : [Nacos Config Boot] : The preload configuration is not enabled

Sayi avatar Dec 11 '23 09:12 Sayi