Skip to content

Replace print statements with logger #26

@wtbarnes

Description

@wtbarnes

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions