Skip to content

Logger in tune threshold does not inherit from root #156

@nsorros

Description

@nsorros

In grants_tagger/tune_threshold.py we initialize the logger with logger = logging.getLogger(__name__) and at the same time we have a root logger in grants_tagger/__init__.py that sets the level according to the the environment variable LOGGING_LEVEL. This level is not being picked up as expected so we end up setting it again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions