[agent][executor]- bug - 10
This commit is contained in:
@@ -185,11 +185,14 @@ public class CommandExecLogCache {
|
|||||||
.writerWithDefaultPrettyPrinter()
|
.writerWithDefaultPrettyPrinter()
|
||||||
.writeValueAsString(cachedCommandLog);
|
.writeValueAsString(cachedCommandLog);
|
||||||
|
|
||||||
log.info("任务 [ {} ] 的缓存执行结果为 \n{}",
|
log.info(
|
||||||
|
"任务 [ {} ] 的缓存执行结果为 \n{}",
|
||||||
streamKey,
|
streamKey,
|
||||||
s
|
s
|
||||||
);
|
);
|
||||||
|
|
||||||
|
System.out.println("s = " + s);
|
||||||
|
|
||||||
|
|
||||||
} catch (JsonProcessingException e) {
|
} catch (JsonProcessingException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
|
|||||||
Reference in New Issue
Block a user