Skip to content

Support changing the logging level #5613

@suhaibmujahid

Description

@suhaibmujahid

We have many files where the login level is hardcoded at the module level, making it difficult to change it as needed.

Examples:

basicConfig(level=INFO)
logger = getLogger(__name__)

logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions