Skip to content

Commit 44ad4bc

Browse files
committed
fix:添加错误日志信息打印
1 parent e1012a4 commit 44ad4bc

File tree

1 file changed

+1
-1
lines changed
  • polaris-sync-registry-core/src/main/java/cn/polarismesh/polaris/sync/registry/tasks

1 file changed

+1
-1
lines changed

polaris-sync-registry-core/src/main/java/cn/polarismesh/polaris/sync/registry/tasks/PullTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public void run() {
8686
}
8787
}
8888
} catch (Throwable e) {
89-
LOG.error("[Core] pull task(source {}) encounter exception {}", source.getName(), e);
89+
LOG.error("[Core] pull task(source {}) encounter exception {}", source.getName(), e.getStackTrace());
9090
}
9191
}
9292

0 commit comments

Comments
 (0)