[agent][executor]- bug - 11
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user