Skip to content

Commit

Permalink
Tunning logning
Browse files Browse the repository at this point in the history
  • Loading branch information
mss committed Jun 4, 2015
1 parent 39da895 commit 6466d6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ private void beginListeningIfSpaceAvailable() {
if (availableSpace > minSpaceRequired) {
log.info("Starts to listen to new jobs on queue '{}'", jobChannel);
jmsConnection.setListener(jobChannel, this);
log.info("HarvestControllerServer started.");
} else {
String pausedMessage = "Not enough available diskspace. Only " + availableSpace + " bytes available."
+ " Harvester is paused.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ public boolean accept(File f) {

boolean genArcFilesReport = Settings.getBoolean(Heritrix3Settings.METADATA_GENERATE_ARCHIVE_FILES_REPORT);
if (genArcFilesReport) {
log.warn("Creating the arcfiles-report.txt is not yet implemented for Heritrix3");
log.debug("Arcfiles-report.txt generation Not currently supported by Heritrix3");
/*
log.debug("Creating an arcfiles-report.txt");
files.add(new MetadataFile(new ArchiveFilesReportGenerator(crawlDir).generateReport(), harvestID, jobID,
Expand Down

0 comments on commit 6466d6a

Please sign in to comment.