We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ad4bc commit d3fa75dCopy full SHA for d3fa75d
polaris-sync-registry-core/src/main/java/cn/polarismesh/polaris/sync/registry/tasks/PullTask.java
@@ -86,7 +86,8 @@ public void run() {
86
}
87
88
} catch (Throwable e) {
89
- LOG.error("[Core] pull task(source {}) encounter exception {}", source.getName(), e.getStackTrace());
+ e.printStackTrace();
90
+ LOG.error("[Core] pull task(source {}) encounter exception {}", source.getName(), e);
91
92
93
0 commit comments