mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
more details on error handling job
This commit is contained in:
@@ -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) => (),
|
||||
|
||||
Reference in New Issue
Block a user