Skip to content

Commit

Permalink
Merge pull request #400 from nobodyiam/client-log-adjust
Browse files Browse the repository at this point in the history
adjust client error logs
  • Loading branch information
nobodyiam authored Sep 1, 2016
2 parents f86ac3e + 7fdbc11 commit 4ff86b8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ public String getAppId() {
String appId = Foundation.app().getAppId();
if (Strings.isNullOrEmpty(appId)) {
appId = ConfigConsts.NO_APPID_PLACEHOLDER;
logger.error("app.id is not set, apollo will only load public namespace configurations!");
Cat.logError(new ApolloConfigException("app.id is not set"));
logger.warn("app.id is not set, apollo will only load public namespace configurations!");
}
return appId;
}
Expand Down

0 comments on commit 4ff86b8

Please sign in to comment.