Skip to content

Introduce logging #5

Description

@BlackIQ

What we do right now is:

import logging

logging.basicConfig(level=logging.INFO)

Then is easier to say:

logging.debug(...)
logging.info(...)
logging.error(...)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Status
Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions