diff --git a/server/job/job-status-transition.js b/server/job/job-status-transition.js index 8ac622bef..c63fcb566 100644 --- a/server/job/job-status-transition.js +++ b/server/job/job-status-transition.js @@ -78,7 +78,7 @@ async function StatusTransition(req, res) { res.sendStatus(200); //.json(ret); } catch (error) { - logger.log("job-costing-error", "ERROR", req.user.email, jobid, { + logger.log("job-status-transition-error", "ERROR", req.user?.email, jobid, { message: error.message, stack: error.stack, });