Skip to content

Commit

Permalink
Merge pull request #1173 from adobe/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgonzalez authored Aug 30, 2024
2 parents 1bef23f + 7228e28 commit d853739
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ private JsonElement getJsonElement(InputStream inputStream) {
JsonElement jsonElement = new Gson().fromJson(jsonString, JsonElement.class);

if (log.isDebugEnabled()) {
log.debug("Resolved to JSON element: {}", jsonElement.getAsString());
log.debug("Resolved to JSON element: {}", jsonElement);
}

return jsonElement;
Expand Down

0 comments on commit d853739

Please sign in to comment.