Merge pull request #594 from rcordovano/remove_per_file_ingest_log_msgs

Remove per file ingest log msgs
This commit is contained in:
Richard Cordovano 2014-04-07 09:55:01 -04:00
commit 1ad84b8292

View File

@ -82,8 +82,6 @@ final class FileIngestPipeline {
List<IngestModuleError> process(AbstractFile file) {
List<IngestModuleError> errors = new ArrayList<>();
Content dataSource = this.job.getDataSource();
logger.log(Level.INFO, String.format("Processing {0} from {1}", file.getName(), dataSource.getName()));
for (FileIngestModuleDecorator module : this.modules) {
try {
module.process(file);