Skip to content
Snippets Groups Projects
Commit 018182df authored by Yogmatee Roochun's avatar Yogmatee Roochun
Browse files

logging title for taggersImport

parent abea7879
No related branches found
No related tags found
1 merge request!388Dev
...@@ -109,7 +109,7 @@ module.exports.runProcess = async filePath => { ...@@ -109,7 +109,7 @@ module.exports.runProcess = async filePath => {
return true return true
} catch (err) { } catch (err) {
if (trx) await trx.rollback() if (trx) await trx.rollback()
logger.error('Error', err.message) logger.error('Error with taggersImport process', err.message)
bulkUploaderEmail(ftpTagger.email, err.message, fileName) bulkUploaderEmail(ftpTagger.email, err.message, fileName)
const datedFilePath = await files.moveErroneousFile( const datedFilePath = await files.moveErroneousFile(
`${filePath}.start`, `${filePath}.start`,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment