Skip to content

Commit

Permalink
improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis95 committed May 9, 2022
1 parent 907c683 commit 0dec36d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public static void writeOutput(String recordsFilename, String index, String q, i

int c = count.incrementAndGet();
if (c % 1000 == 0) {
LOG.info("So far written <" + c + "> of <" + totalHits + ">");
LOG.info("So far written <" + c + "> of <" + totalHits + "> for index <" + index + ">");
}

}
Expand Down

0 comments on commit 0dec36d

Please sign in to comment.