Commit 35c09542 by 张乐 Committed by GitHub

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

remove unnessary Tracer.logError
parents 10e54f16 66d56052
......@@ -23,7 +23,6 @@ public abstract class AbstractConfigRepository implements ConfigRepository {
sync();
return true;
} catch (Throwable ex) {
Tracer.logError(ex);
logger
.warn("Sync config failed, will retry. Repository {}, reason: {}", this.getClass(), 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