You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by "Alex (Teh Sunn Liu)" <no...@github.com.INVALID> on 2022/07/25 10:30:08 UTC

Re: [apache/incubator-teaclave-sgx-sdk] Logging environment in enclave (#134)

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: <ap...@github.com>