We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0af8ef commit 2f7c347Copy full SHA for 2f7c347
services/director-v2/src/simcore_service_director_v2/modules/dask_client.py
@@ -249,9 +249,9 @@ def _comp_sidecar_fct(
249
self.backend.client.publish_dataset(task_future, name=job_id)
250
)
251
252
- _logger.debug(
+ _logger.info(
253
"Dask task %s started [%s]",
254
- f"{task_future.key=}",
+ f"{job_id=}",
255
f"{node_image.command=}",
256
257
return PublishedComputationTask(node_id=node_id, job_id=DaskJobID(job_id))
0 commit comments