Commit bae4505f by Jason Song Committed by GitHub

Merge pull request #498 from nobodyiam/optimize-log-error

remove unnecessary logError
parents 35c09542 2e02e9cc
...@@ -163,7 +163,6 @@ public class LocalFileConfigRepository extends AbstractConfigRepository ...@@ -163,7 +163,6 @@ 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment