-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
There are several places throughout the package that use print statements to output useful information to the screen. Sometimes these are controlled by "debug" or "quiet" arguments. Rather than using these repeated arguments and print statements, we should aim to use a logger (e.g. the builtin logging package) so that the amount of output and the level of severity of these messages (DEBUG, INFO, WARN, ERROR) can easily be controlled by the user.
Metadata
Metadata
Assignees
Labels
No labels