mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-24 05:18:09 +08:00
enhancement #I7J1VJ 希望针对节点执行耗时的打印日志支持控制
This commit is contained in:
@@ -126,7 +126,7 @@ public abstract class NodeComponent {
|
||||
|
||||
stopWatch.stop();
|
||||
final long timeSpent = stopWatch.getTotalTimeMillis();
|
||||
LOG.debug("component[{}] finished in {} milliseconds", this.getDisplayName(), timeSpent);
|
||||
LOG.info("component[{}] finished in {} milliseconds", this.getDisplayName(), timeSpent);
|
||||
|
||||
// 往CmpStep中放入时间消耗信息
|
||||
cmpStep.setTimeSpent(timeSpent);
|
||||
|
||||
Reference in New Issue
Block a user