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.
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.