occlum/test/pthread
Tate, Hongliang Tian 9713e74ed9 Add the support for setting log level at runtime
Now one can specify the log level of the LibOS by setting `OCCLUM_LOG_LEVEL`
environment variable. The possible values are "off", "error", "warn",
"info", and "trace".

However, for the sake of security, the log level of a release enclave
(DisableDebug = 1 in Enclave.xml) is always "off" (i.e., no log) regardless of
the log level specified by the untrusted environment.
2020-03-25 01:40:47 +00:00
..
main.c Add the support for setting log level at runtime 2020-03-25 01:40:47 +00:00
Makefile Add Pthread test 2019-04-06 22:55:16 +08:00