diff --git a/polkadot/node/service/src/lib.rs b/polkadot/node/service/src/lib.rs index df547b5a52..2433a51af3 100644 --- a/polkadot/node/service/src/lib.rs +++ b/polkadot/node/service/src/lib.rs @@ -572,6 +572,9 @@ pub fn new_full( RuntimeApiCollection>, Executor: NativeExecutionDispatch + 'static, { + #[cfg(feature = "real-overseer")] + info!("real-overseer feature is ENABLED"); + let telemetry_span = TelemetrySpan::new(); let _telemetry_span_entered = telemetry_span.enter();