mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-27 10:00:38 +00:00
review: separate setting up otel tracing infra
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user