Hello everyone! I've added a logger in the untrusted part and it's working as expected, when I try to add the logger in the trusted part (enclave) the logger doesn't print anything on the console. However, when I comment `env_logger()::init()` from the application part, the enclave logger appears. It seems I cannot use `env_logger()::init()` in both enclave and application simultaneously. Is there any way to achieve this?
-- Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/134#issuecomment-1193867283 You are receiving this because you are subscribed to this thread. Message ID: <apache/incubator-teaclave-sgx-sdk/issues/134/1193867...@github.com>