Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more logging of exceptions in backends #1642

Open
Skylion007 opened this issue Jun 29, 2024 · 1 comment
Open

Add more logging of exceptions in backends #1642

Skylion007 opened this issue Jun 29, 2024 · 1 comment

Comments

@Skylion007
Copy link
Contributor

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.

@martindurant
Copy link
Member

Agree, we could do with more logging throughout the library, and including exception info where events are due to errors sounds very reasonable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants