[agent][executor]- bug - 10

This commit is contained in:
zeaslity
2023-02-26 12:10:32 +08:00
parent e73b475680
commit 3f7f4c2e0b

View File

@@ -185,11 +185,14 @@ public class CommandExecLogCache {
.writerWithDefaultPrettyPrinter()
.writeValueAsString(cachedCommandLog);
log.info("任务 [ {} ] 的缓存执行结果为 \n{}",
streamKey,
s
log.info(
"任务 [ {} ] 的缓存执行结果为 \n{}",
streamKey,
s
);
System.out.println("s = " + s);
} catch (JsonProcessingException e) {
throw new RuntimeException(e);