more details on error handling job

This commit is contained in:
Ruben Fiszel
2022-09-18 10:11:21 +02:00
parent 32b2d18ecc
commit cdab7befcd

View File

@@ -258,7 +258,7 @@ pub async fn run_worker(
}
}
}
tracing::error!(job_id = %job.id, err = err.alt(), "error handling job");
tracing::error!(job_id = %job.id, err = err.alt(), "error handling job: {} {} {}", job.id, job.workspace_id, job.created_by);
};
}
Ok(None) => (),