occlum/src/libos
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
..
include Fix two bugs by updating SDK's stack ranges on user/kernel switch 2020-03-07 08:17:40 +00:00
src Add the support for setting log level at runtime 2020-03-25 01:40:47 +00:00
Cargo.lock Update the version number to 0.10.0 2020-03-09 04:17:48 +00:00
Cargo.toml Update the version number to 0.10.0 2020-03-09 04:17:48 +00:00
Enclave.lds Load and run a Hello World program 2019-02-16 16:23:30 +08:00
Makefile Fix GDB cannot work in release build 2020-02-26 06:58:18 +00:00
rust-toolchain Upgrade Rust SGX SDK and its deps to the latest 2020-01-23 04:40:54 +00:00