Skip to content

Commit

Permalink
Add normalization logging (#12023)
Browse files Browse the repository at this point in the history
  • Loading branch information
alovew authored Apr 14, 2022
1 parent babe578 commit b2ec6f6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ public NormalizationSummary run(final NormalizationInput input, final Path jobRo
.withStartTime(startTime)
.withEndTime(endTime);

LOGGER.info("Normalization summary: {}", summary);

return summary;
}

Expand Down

0 comments on commit b2ec6f6

Please sign in to comment.