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