mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-01 05:41:03 +00:00
Rework telemetry to replace the use of tracing with an object we pass around (#8143)
polkadot companion: paritytech/polkadot#2535
This commit is contained in:
@@ -139,6 +139,7 @@ fn config() -> crate::Config {
|
||||
name: None,
|
||||
is_authority: true,
|
||||
observer_enabled: true,
|
||||
telemetry: None,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -189,6 +190,7 @@ pub(crate) fn make_test_network() -> (
|
||||
config(),
|
||||
voter_set_state(),
|
||||
None,
|
||||
None,
|
||||
);
|
||||
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user