[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() .writerWithDefaultPrettyPrinter()
.writeValueAsString(cachedCommandLog); .writeValueAsString(cachedCommandLog);
log.info("任务 [ {} ] 的缓存执行结果为 \n{}", log.info(
streamKey, "任务 [ {} ] 的缓存执行结果为 \n{}",
s streamKey,
s
); );
System.out.println("s = " + s);
} catch (JsonProcessingException e) { } catch (JsonProcessingException e) {
throw new RuntimeException(e); throw new RuntimeException(e);