Skip to content

fix(bootstrapper): use module logger instead of root logging.info() in _resolve_version_from_git_url #1244

Description

@LalatenduMohanty

In src/fromager/bootstrapper/_bootstrapper.py:770, logging.info() is called instead of logger.info(). This sends the log message to the root logger, bypassing namespace-based log filtering (e.g. filtering by fromager.bootstrapper).

Pre-existing bug from the original monolithic bootstrapper.py (line 1297), surfaced during review of #1226.

Fix: Change logging.info(...) to logger.info(...).

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