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

Suppress logging/error messages #123

Open
EricR86 opened this issue Feb 22, 2022 · 2 comments
Open

Suppress logging/error messages #123

EricR86 opened this issue Feb 22, 2022 · 2 comments

Comments

@EricR86
Copy link
Contributor

EricR86 commented Feb 22, 2022

Is it possible to suppress the logging and error messages? Using this as a library I would rather catch errors by exception than seeing a message.

Handling known error cases in general will always end up with extra output when potentially none is wanted. For example, if I'm attempting to open a bigWig file and fallback to another format, it will always create unnecessary output and make it difficult to parse any output that I would want to track for testing or otherwise.

@dpryan79
Copy link
Collaborator

Sure, that's possible. Not sure when I'll get around to this, but it's certainly doable.

@jamestwebber
Copy link

Any update on this? This is particularly annoying in a Jupyter notebook where we get all of the error messages (which are just from trying different formats) before the rendering.

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

3 participants