update - 增加引擎事件的日志打印

This commit is contained in:
wangli 2024-02-27 14:29:31 +08:00
parent 37ab16a7f6
commit 4dae6fd6bd

View File

@ -56,6 +56,7 @@ public class EngineTaskEventListener implements TaskListener {
default:
}
});
stopWatch.stop();
log.info(stopWatch.shortSummary());
}