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