Open peter-jerry-ye opened 1 month ago
Ah yep here we've used RUST_LOG
as the log level directive, just hooking into the native Rust support. I think it would be more clear to have a log level flag/env var.
Looks like there's a separate issue but related in fixing the helm chart to use the wadm.config.logLevel
value as a RUST_LOG
environment variable, or the flag once implemented.
It would be great if wadm can have a log level configuration just as wasmcloud host so that debug messages can be printed.
Also, the
values.yaml
in the chart seem to have that configuration atwadm.config.logLevel
, which is a bit misleading.