@brenzi It's interesting. I can confirm that the enclave can build with your patch, but cannot print log to console. I guess the reason is that there are "two different `log`". The one without `tag` is initiated by env_logger, while the other with `tag` is not. But for some unknown reason, the env variable `RUST_LOG` only affects the `log` with `tag` which is not associated with env_logger.
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/134#issuecomment-582205313
