Skip to content

fix: replace print() with logging in library source #334

@imran-siddique

Description

@imran-siddique

Library source files under src/ use print() instead of logging. Fix in: agent_compliance/integrity.py, promotion.py, verify.py, and hypervisor/cli/session_commands.py. Add logger = logging.getLogger(name) and replace print with logger.info/warning. CLI user-facing print is OK.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions