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_
Rather than using print statements to communicate certain events, we should be using logging. For example:
Originally posted by @sandlbn in #1 (comment)