dask / distributed

A distributed task scheduler for Dask
https://distributed.dask.org
BSD 3-Clause "New" or "Revised" License
1.55k stars 712 forks source link

Log the exception that caused us to close a stream handler #8682

Closed hendrikmakait closed 2 weeks ago

hendrikmakait commented 2 weeks ago

Instead of swallowing the exception, we should log it.

hendrikmakait commented 2 weeks ago

Closing because I don't want to log the exception on the happy path and lack a good way to differentiate it from the sad path.