Skip to content

Configuring logging root logger #5

@yonaszmerla

Description

@yonaszmerla

The code configures the root logger by running logging.basicConfig.
This should not happen since it configures the root logger for anyone that imports this library.
The library should only emit logs using logging and rely on the user/importer to configure the root logger as he likes.

Therefore the use of logging.basicConfig should be removed.

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