Log address of clients in scheduler log
Open
enhancement
good first issue
good second issue
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
When a client is started from inside a task, it would be very useful to know which worker it's from.
Please add the remote address (so that it can be matched with the worker's IP) to these log lines:
```
distributed.scheduler - INFO - Receive client connection: Client-worker-9eadd272-1c16-11ee-801f-16762cd4e735
distributed.scheduler - INFO - Remove client Client-worker-9eadd272-1c16-11ee-801f-16762cd4e735
distributed.scheduler - INFO - Close client connection: Client-worker-9eadd272-1c16-11ee-801f-16762cd4e735
```
Contributor guide
Assessment
This issue has not been assessed yet.