Skip to content

Commit

Permalink
switch to info level
Browse files Browse the repository at this point in the history
  • Loading branch information
lonre committed Aug 10, 2021
1 parent 2c9b4dc commit 6d9a063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Apollo 1.9.0
* [Fix Multiple PropertySourcesPlaceholderConfigurer beans registered issue](https://github.com/ctripcorp/apollo/pull/3865)
* [use jdk 8 to publish apollo-client-config-data](https://github.com/ctripcorp/apollo/pull/3880)
* [fix apollo config data loader with profiles](https://github.com/ctripcorp/apollo/pull/3870)
* [switch to info level](https://github.com/ctripcorp/apollo/pull/3884)

------------------
All issues and pull requests are [here](https://github.com/ctripcorp/apollo/milestone/6?closed=1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private List<ServiceDTO> getCustomizedConfigService() {
return null;
}

logger.warn("Located config services from apollo.config-service configuration: {}, will not refresh config services from remote meta service!", configServices);
logger.info("Located config services from apollo.config-service configuration: {}, will not refresh config services from remote meta service!", configServices);

// mock service dto list
String[] configServiceUrls = configServices.split(",");
Expand Down

0 comments on commit 6d9a063

Please sign in to comment.