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

9 lines
222 B
Plaintext

pal.entrypoint = "file:Process3"
loader.log_level = "debug"
loader.preload = "file:Preload1.so,file:Preload2.so"
loader.insecure__use_cmdline_argv = 1
sgx.nonpie_binary = 1
sgx.trusted_files.entrypoint = "file:Process3"