[agent][executor]- 完成底层命令执行架构的更改 - 2
This commit is contained in:
@@ -260,10 +260,10 @@ public class CommandExecLogCache {
|
||||
// 获取到命令执行的结果, 此操作会清除掉缓存
|
||||
ArrayList<String> commandExecLogCachedLog = GetAndCleanExecCacheLog(streamKey);
|
||||
|
||||
log.debug(
|
||||
/*log.debug(
|
||||
"从缓存中获取到的命令执行日志为: {}",
|
||||
commandExecLogCachedLog
|
||||
);
|
||||
);*/
|
||||
|
||||
// 简单的发送到StreamSender
|
||||
simpleStreamSender.sendLog(
|
||||
|
||||
Reference in New Issue
Block a user