tehsunnliu commented on issue #134: URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/134#issuecomment-1193867283
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? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org For additional commands, e-mail: notifications-h...@teaclave.apache.org