Skip to content

Commit

Permalink
Added some debug logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Sep 13, 2016
1 parent fb949d2 commit 8a01b9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ public void insertWarcInfoMetadata(Job ajob, String origHarvestdefinitionName,
sb.append("\n</map>\n</property>\n");

// Replace command
log.info("Adding WarcInfoMetadata " + sb.toString());
String templateNew = template.replace(METADATA_ITEMS_PLACEHOLDER, sb.toString());
this.template = templateNew;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,10 @@ extractorHtml.extractValueAttributes=false
extractorHtml.ignoreUnexpectedHtml=true
extractorCss.enabled=true
extractorJs.enabled=true
extractorSwf.enabled=true

candidates.seedsRedirectNewSeeds=false
statisticsTracker.intervalSeconds=20
warcWriter.compression=true

extractorSwf.enabled=true
candidates.seedsRedirectNewSeeds=false
statisticsTracker.intervalSeconds=20
warcWriter.compress=true
</value>
</property>
</bean>
Expand Down

0 comments on commit 8a01b9b

Please sign in to comment.