提交 5b36cc6e 编写于 作者: J Jason Song 提交者: GitHub

Merge pull request #501 from nobodyiam/refactor-client-log-error

add logError back
...@@ -163,6 +163,7 @@ public class LocalFileConfigRepository extends AbstractConfigRepository ...@@ -163,6 +163,7 @@ public class LocalFileConfigRepository extends AbstractConfigRepository
updateFileProperties(properties); updateFileProperties(properties);
return true; return true;
} catch (Throwable ex) { } catch (Throwable ex) {
Tracer.logError(ex);
logger logger
.warn("Sync config from upstream repository {} failed, reason: {}", m_upstream.getClass(), .warn("Sync config from upstream repository {} failed, reason: {}", m_upstream.getClass(),
ExceptionUtil.getDetailMessage(ex)); ExceptionUtil.getDetailMessage(ex));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册