Cristian Bob
10/30/2020, 11:51 PMDaskExecutor
.
In one of my tests I am running locally a flow using the DaskExecutor
. The associated dask-scheduler as well as the dask-worker are started on my local computer. The problem is that the tasks' logged messages are being printed in the dask-worker's terminal instead of the terminal where I started the flow. Is there a way to get them printed in the latter terminal? I looked into the `DaskExecutor`'s documentation for an argument like return_stdout
but I couldn't find anything relevant. Can you help me, please?Chris White
Cristian Bob
11/16/2020, 10:22 PM