Skip to content

Commit e1012a4

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

File tree

2 files changed

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

2 files changed

+2
-2
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);
9090
}
9191
}
9292

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</scm>
4747

4848
<properties>
49-
<revision>0.2.0-alpha.1</revision>
49+
<revision>0.2.0-alpha.2</revision>
5050
<timestamp>${maven.build.timestamp}</timestamp>
5151
<!-- Spring Cloud -->
5252
<spring.cloud.version>2021.0.3</spring.cloud.version>

0 commit comments

Comments
 (0)