Resolve "Improve batched background migration logs"
We should have an easy way to find batched background migration errors in our logs.
Currently, when a batched job fails, we need to know the job.id
to be able to search in the logs for the failure reason.
In this MR, we are adding additional fields when we log a transition. Example: batched_migration_id
, job_class_name
and job_arguments
.
Related to #357558 (closed)
Edited by Diogo Frazão