优化NodeComponent开始时的打印日志的时机

This commit is contained in:
everywhere.z
2024-12-20 12:12:23 +08:00
parent 26c05e2ff4
commit dda3172b1f

View File

@@ -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();