Explorar o código

修改日志级别

szjbdgzl %!s(int64=2) %!d(string=hai) anos
pai
achega
51cb449e69

+ 1 - 1
ibps-bpmn-root/modules/bpmn-biz/src/main/java/com/lc/ibps/bpmn/service/impl/BpmTaskActionServiceImpl.java

@@ -133,7 +133,7 @@ public class BpmTaskActionServiceImpl implements BpmTaskActionService{
 
 		String localId = UniqueIdUtil.getId();
 		String step = "stop watch finishTask";
-		StopWatchUtil.initAndStartLocal(localId, Level.WARN, step, "isSuspendByInst");
+		StopWatchUtil.initAndStartLocal(localId, Level.DEBUG, step, "isSuspendByInst");
 		try {
 			// 流程挂起
 			boolean isSuspend = bpmInstService.isSuspendByInst(cmd.getInstId());