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