Skip to content

Commit

Permalink
log history file locations when set explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
vivganes committed Aug 26, 2024
1 parent 46c2cfe commit 9204f8a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,9 @@ private void determineHistory(final ReportOptions data) {
useHistoryFileInTempDir(data);
} else {
data.setHistoryInputLocation(this.mojo.getHistoryInputFile());
log.info("Will read history at " + data.getHistoryInputLocation());
data.setHistoryOutputLocation(this.mojo.getHistoryOutputFile());
log.info("Will write history at " + data.getHistoryOutputLocation());
}
}

Expand Down

0 comments on commit 9204f8a

Please sign in to comment.