Skip to content

Commit 90a062d

Browse files
committed
add logError back
1 parent aae1d53 commit 90a062d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apollo-client/src/main/java/com/ctrip/framework/apollo/internals/LocalFileConfigRepository.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ private boolean trySyncFromUpstream() {
163163
updateFileProperties(properties);
164164
return true;
165165
} catch (Throwable ex) {
166+
Tracer.logError(ex);
166167
logger
167168
.warn("Sync config from upstream repository {} failed, reason: {}", m_upstream.getClass(),
168169
ExceptionUtil.getDetailMessage(ex));

0 commit comments

Comments
 (0)