Skip to content

Commit ea8aa43

Browse files
committed
debug log
1 parent 5104131 commit ea8aa43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/edu/harvard/iq/dataverse/DatasetVersion.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2159,7 +2159,9 @@ public String getJsonLd() {
21592159
e.printStackTrace();
21602160
throw e;
21612161
}
2162-
return JsonUtil.prettyPrint(jsonLd);
2162+
String prettyJsonLd = JsonUtil.prettyPrint(jsonLd);
2163+
logger.info(prettyJsonLd);
2164+
return prettyJsonLd;
21632165
}
21642166

21652167
public String getLocaleLastUpdateTime() {

0 commit comments

Comments
 (0)