Rather than using print statements to communicate certain events, we should be using logging. For example: ```rust debug!("Successfully opened TDX device: {:?}", tdx_dev); ``` _Originally posted by @sandlbn in https://github.com/IntelLabs/tdx-workload-attestation/pull/1#discussion_r2065352061_