Currently, Datahub::Factory spews all its errors to STDERR/STDOUT. We would like to generate a log file (per run) where on every line we get the following information for every failed record:
identifier
error message
action (e.g. import failed, or conversion failed, or conversion failed, import succeeded)
This report/log file must be sent by e-mail to a configurable maintainer, but it must also be possible to switch off emailing alltogether.
Currently, Datahub::Factory spews all its errors to STDERR/STDOUT. We would like to generate a log file (per run) where on every line we get the following information for every failed record:
This report/log file must be sent by e-mail to a configurable maintainer, but it must also be possible to switch off emailing alltogether.