diff --git a/polkadot/node/service/src/lib.rs b/polkadot/node/service/src/lib.rs index df547b5a52e61fb58637f5f934a041d71dc6f65d..2433a51af32ee9460469328d5db0011156325b66 100644 --- a/polkadot/node/service/src/lib.rs +++ b/polkadot/node/service/src/lib.rs @@ -572,6 +572,9 @@ pub fn new_full<RuntimeApi, Executor>( RuntimeApiCollection<StateBackend = sc_client_api::StateBackendFor<FullBackend, Block>>, 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();