Skip to content

Overhaul usage of logging #157

Open
Open
@okin

Description

Is your feature request related to a problem? Please describe.
Most classes have log_level as their first param.
The class should not control how it's messages are logged.

Describe the solution you'd like
I'd expect the logging to be configured when running one of the scripts from CLI.
Classes should not require a log_level parameter.

Describe alternatives you've considered
I think using the standard logging system is without good alternatives.
I would like to keep it but have it restructured.

Additional context
Python's logging cookbook has some good insights into how to set up your loggers.

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions