Skip to content

Commit

Permalink
Merge pull request naptha#496 from miguelm3/master
Browse files Browse the repository at this point in the history
Modified logger to have the userJobId
  • Loading branch information
jeromewu authored Dec 15, 2020
2 parents 83a424f + bf43f44 commit 7b7f9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ module.exports = (_options = {}) => {
throw Error(data);
}
} else if (status === 'progress') {
logger(data);
logger({ ...data, userJobId: jobId });
}
});

Expand Down

0 comments on commit 7b7f9af

Please sign in to comment.