Skip to content

Commit

Permalink
Changed to debug. Some harvest tools generate a request record for every
Browse files Browse the repository at this point in the history
response record. The request record would result in this log.
For WARC-files with 50.000 response records , it would give 50000 log
lines.
  • Loading branch information
Thomas Egense committed Dec 24, 2023
1 parent efe0ad2 commit 9f7e910
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public static void parseWarcFiles( WARCIndexerCommandOptions opts, boolean isTex
recordCount++;
}
} else {
log.info("No document produced by record: " + type + " for url " + url + " from " +
log.debug("No document produced by record: " + type + " for url " + url + " from " +
inFile.getName() + " @" + rec.getHeader().getOffset());
}
}
Expand Down

0 comments on commit 9f7e910

Please sign in to comment.