[agent][executor]- bug - 10

This commit is contained in:
zeaslity
2023-02-26 14:51:27 +08:00
parent 868ff8e2b7
commit 82441d2556

View File

@@ -138,13 +138,6 @@ public class CommandExecLogCache {
commandCachedLog::add
);
String execResultString = String.format(
"execution result is => [ %s ]",
process.exitValue()
);
commandCachedLog.add(execResultString);
log.debug(
"命令代码 [ {} ] 的执行日志内容为 {} ",
streamKey,