Skip to content

Standardize console output to use logging library #26

@guswelter

Description

@guswelter

Four main tasks here:

  • Virtually all current logging.info statements likely should be converted to logging.debug
  • Virtually all print statements should likely be converted to logging.info
  • The default logging level in init.py should likely be changed to info
  • The debug-state logging level in init.py should likely be changed to debug

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions