Files
Paweł Marczewski 17ab04db59 [Pal,LibOS] New logging system
Instead of 'loader.debug_type', introduce 'loader.log_level'
and 'loader.log_file', along with a set of definitions for
logging at a chosen level.

For now, the call sites keep using the legacy macros (SGX_DBG and
debug()), because converting them all will conflict with other
big changes in the code base. The existing LibOS calls are
assumed to be at 'info' level.
2021-01-20 17:27:29 +01:00

13 lines
326 B
Plaintext

pal.entrypoint = "file:File"
loader.argv0_override = "File"
loader.log_level = "debug"
fs.mount.root.uri = "file:"
sgx.nonpie_binary = 1
sgx.trusted_files.tmp1 = "file:File"
sgx.trusted_files.tmp2 = "file:../regression/File"
sgx.allowed_files.tmp3 = "file:file_nonexist.tmp"
sgx.allowed_files.tmp4 = "file:file_delete.tmp"