mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
优化NodeComponent开始时的打印日志的时机
This commit is contained in:
@@ -99,6 +99,8 @@ public abstract class NodeComponent{
|
|||||||
stopWatch.start();
|
stopWatch.start();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
LOG.info("[O]start component[{}] execution", self.getDisplayName());
|
||||||
|
|
||||||
// 前置处理
|
// 前置处理
|
||||||
self.beforeProcess();
|
self.beforeProcess();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user