update - 调整一些日志文案
This commit is contained in:
parent
0eb1952293
commit
6f507c8187
@ -57,7 +57,7 @@ public class EngineTaskEventListener implements TaskListener {
|
||||
default:
|
||||
}
|
||||
});
|
||||
log.info("StopWatch '" + stopWatch.currentTaskName() + "': running time = " + stopWatch.getTotalTimeSeconds() + " s,processInstanceId: {}", delegateTask.getProcessInstanceId());
|
||||
log.info("StopWatch '" + stopWatch.getLastTaskName() + "': running time = " + stopWatch.getTotalTimeSeconds() + " s");
|
||||
stopWatch.stop();
|
||||
|
||||
}
|
||||
|
||||
@ -76,7 +76,7 @@ public class MessagePushProcessEventListener extends AbstractBpmnEventListener<P
|
||||
MessagePushEventBuilder.createEvent(MessagePushEventType.PENDING_COMPLETE, null, noticeConfig,
|
||||
event.getProcessInstanceId(), null, null);
|
||||
|
||||
log.info("发送完成待办的消息: {}", JSONUtil.toJsonStr(messagePushEvent));
|
||||
log.info("发送完成实例下所有待办的消息: {}", JSONUtil.toJsonStr(messagePushEvent));
|
||||
|
||||
eventDispatcher.dispatchEvent(messagePushEvent, processEngineConfiguration.getEngineCfgKey());
|
||||
if (Objects.nonNull(noticeConfig.getCarbonCopy())) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user