Skip to content

Commit

Permalink
#3 - Updated the logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
laxika committed Oct 15, 2021
1 parent 005a883 commit 65d34d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ public void run(final String... args) throws Exception {
.filter(urlValidator::validateUrl)
.collect(Collectors.toSet());

log.info("Starting uploading for task: {}.", workUnit.getId());
log.info("Starting saving the results of work unit: {}.", workUnit.getId());

urlBatchWarehouse.saveUrls(workUnit.getId(), resultUrls);

log.info("Finished uploading for task: {}, reporting as finished.", workUnit.getId());
log.info("Finished saving the results of work unit: {}, reporting as finished.", workUnit.getId());

workUnitClient.finishWorkUnit(workUnit);

Expand Down

0 comments on commit 65d34d2

Please sign in to comment.