Applications using hyperlight will inherit these tracing features, which blocks emission of logs of lower level than error. Below is a screenshot of a release build running hyperlight-js.
See: src/hyperlight-js-runtime/Cargo.toml
tracing = { version = "0.1.44", default-features = false, features = ["log","attributes","max_level_trace","release_max_level_error"] }
Applications using hyperlight will inherit these tracing features, which blocks emission of logs of lower level than error. Below is a screenshot of a release build running hyperlight-js.
See: src/hyperlight-js-runtime/Cargo.toml
tracing = { version = "0.1.44", default-features = false, features = ["log","attributes","max_level_trace","release_max_level_error"] }