[agent][executor]- bug - 11

This commit is contained in:
zeaslity
2023-02-26 14:59:44 +08:00
parent b09f78006a
commit 245035d277

View File

@@ -111,6 +111,12 @@ public class CommandExecLogCache {
commandCachedLog.add("--------------- command result are as below --------------------");
commandCachedLog.add("");
// 最为重要的一句,将内容放进去
CachedCommandLogMap.put(
streamKey,
commandCachedLog
);
log.debug("doCacheLog 开始从process的结果中获取日志缓存");
// read from input stream and store to the cacheArrayList