[server][ executor]- 优化部分代码 - 2

This commit is contained in:
zeaslity
2023-02-28 17:27:34 +08:00
parent 895e1a0964
commit ac495f1774

View File

@@ -211,6 +211,11 @@ public class CommandExecLogCache {
commandExecCachedLog.add("--------------- command result are as above --------------------"); commandExecCachedLog.add("--------------- command result are as above --------------------");
commandExecCachedLog.add(execTimeCostString); commandExecCachedLog.add(execTimeCostString);
commandExecCachedLog.add(execResultString); commandExecCachedLog.add(execResultString);
log.debug(
"添加尾部信息完成, 结果为 => {}",
commandExecCachedLog
);
} }
/** /**