提交 4ff86b80 编写于 作者: J Jason Song 提交者: GitHub

Merge pull request #400 from nobodyiam/client-log-adjust

adjust client error logs
......@@ -48,8 +48,7 @@ public class ConfigUtil {
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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册