简体   繁体   中英

How to Enable Logging in DASK

I am running a dask-scheduler and two dask-workers , one Client. In the Python code I am running a gridsearchcv fit. i Want to see the communication between my system's worker and other system's worker

In the file ~/.config/dask/distributed.yaml

Adding the following at the Beginning I got the logs

logging: distributed: debug distributed.client: debug distributed.worker: debug

I want to see the communication between my system's worker and other system's worker

If your goal is to see communication, then I recommend using Dask's dashboard instead of relying on logs.

https://youtu.be/N_GqzcuGLCY

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM