Commit 66d56052 by Jason Song

remove unnessary Tracer.logError

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