Skip to content

Commit

Permalink
Adding writing of file
Browse files Browse the repository at this point in the history
  • Loading branch information
apetkau committed Dec 12, 2023
1 parent 5f2ebe0 commit 70a74f3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ class IridaNextObserver implements TraceObserver {
}
}

if (iridaNextOutputPath != null) {
iridaNextOutputPath.text = JsonOutput.prettyPrint(iridaNextJSONOutput.toJson())
log.info "Setting text for path=${iridaNextOutputPath}"
}
log.info "${JsonOutput.prettyPrint(iridaNextJSONOutput.toJson())}"
}
}

0 comments on commit 70a74f3

Please sign in to comment.