pub fn configure_tracing(
    _: String,
    _: &OtelConfig,
    structured_logging_enabled: bool,
    log_level_override: Option<&Level>
) -> Result<()>