-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels