mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-13 03:11:10 +08:00
feature #I4U5S3 liteFlow日志级别打印开关设置
This commit is contained in:
@@ -127,7 +127,7 @@ public class Node implements Executable,Cloneable{
|
||||
if (instance.isAccess()) {
|
||||
//根据配置判断是否打印执行中的日志
|
||||
if (BooleanUtil.isTrue(liteflowConfig.getPrintExecutionLog())){
|
||||
LOG.info("[{}]:[O]start component[{}] execution",slot.getRequestId(),this.getClass().getSimpleName());
|
||||
LOG.info("[{}]:[O]start component[{}] execution",slot.getRequestId(),instance.getClass().getSimpleName());
|
||||
}
|
||||
|
||||
//这里开始进行重试的逻辑和主逻辑的运行
|
||||
|
||||
Reference in New Issue
Block a user