Skip to content

Be Consistent in Python API Print Outs #932

@kzscisoft

Description

@kzscisoft

Currently the Python API has two forms of information display:

  • Logging with the built-in logging Python module.
  • Custom printouts which are displayed in colour using click.

The issue here is that logging statements are sent as Events to the server, but these printouts are not.
Discussion needs to be had on how to handle these two cases.

Image

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