mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-03 13:30:38 +00:00
review: separate setting up otel tracing infra
This commit is contained in:
@@ -114,7 +114,6 @@ fn main() -> anyhow::Result<()> {
|
||||
logging::init(
|
||||
conf.log_format,
|
||||
tracing_error_layer_enablement,
|
||||
utils::logging::OtelEnablement::Disabled,
|
||||
logging::Output::Stdout,
|
||||
)?;
|
||||
|
||||
|
||||
@@ -5718,7 +5718,6 @@ pub(crate) mod harness {
|
||||
// enable it in case the tests exercise code paths that use
|
||||
// debug_assert_current_span_has_tenant_and_timeline_id
|
||||
logging::TracingErrorLayerEnablement::EnableWithRustLogFilter,
|
||||
utils::logging::OtelEnablement::Disabled,
|
||||
logging::Output::Stdout,
|
||||
)
|
||||
.expect("Failed to init test logging");
|
||||
|
||||
Reference in New Issue
Block a user