pub fn resolve_tracing_level(
cli_flag: Option<&str>,
yaml_level: Option<&str>,
) -> Option<String>Expand description
Resolve the effective tracing level using the documented precedence:
FAUCET_LOG > RUST_LOG > YAML observability.tracing.level > None.
(cli_flag is reserved for a future call-site that forwards --log-level.)