Skip to content

Commit

Permalink
Add more logging to test report truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Jun 7, 2024
1 parent 596d06d commit aa9a9ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/nl/nn/testtool/Checkpoint.java
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ public <T> T setMessage(T message) {
// message to a value that shows that Ladybug is waiting for the stream to be read, captured and closed or any
// other message
ToStringResult toStringResult = report.getMessageEncoder().toString(message, null);
log.info("Executing setMessage(), message's toStringResult is [{}]", toStringResult.getString());
setMessage(toStringResult.getString());
setEncoding(toStringResult.getEncoding());
setMessageClassName(toStringResult.getMessageClassName());
Expand Down

0 comments on commit aa9a9ef

Please sign in to comment.