filesystem_spec icon indicating copy to clipboard operation
filesystem_spec copied to clipboard

Add more logging of exceptions in backends

Open Skylion007 opened this issue 1 year ago • 1 comments

A lot of backends can throw exceptions that are swallowed by fsspec, we should at least log these errors in debug or info level using the builtin loggers with exc_info=True to improve the debugging experience of the library.

Skylion007 avatar Jun 29 '24 17:06 Skylion007