Skip to content

warnings in epi modules should be replaced to use logger.warning #1818

@tamuri

Description

@tamuri

Lots of warnings.warn calls are being emitted by epi modules but are not being monitored or properly captured in analyses. This is (1) cluttering stderr with noise and (2) not queryable, so difficult to aggregate and fix. I propose we replace all the warnings.warn calls in epi modules with standard logger.warning with data so they can be properly stored and monitored.

Any objections?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions