review: separate setting up otel tracing infra

This commit is contained in:
Vlad Lazar
2025-03-10 19:19:25 +01:00
parent 1f3d655708
commit 91aa9aef45
12 changed files with 7 additions and 13 deletions

View File

@@ -255,7 +255,6 @@ async fn main() -> anyhow::Result<()> {
logging::init(
LogFormat::from_config(&args.log_format)?,
logging::TracingErrorLayerEnablement::Disabled,
utils::logging::OtelEnablement::Disabled,
logging::Output::Stdout,
)?;
logging::replace_panic_hook_with_tracing_panic_hook().forget();