-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Doc fixes for sc-telemetry & API struct rename #7934
Conversation
@dvdplm Thanks a lot for the review! You can continue 🙏 |
It all comes down to the CLI. In the cli we have a parameter On the builder though it makes more sense to have positive function. That is why I used I'm not sure why I kept |
@dvdplm I just realized now that the macro that was supposed to disable the log reloading was actually enabling the log reloading 😆 So I fixed that at the same time. |
_ => None, | ||
} | ||
// Don't initialise telemetry if `telemetry_endpoints` == Some([]) | ||
self.telemetry_endpoints.as_ref().filter(|x| !x.is_empty()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh there it is @dvdplm . See! I knew I did it. It was just in another PR
This is also ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lovely, ty.
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
bot merge |
Trying merge. |
Related to #7463
polkadot companion: paritytech/polkadot#2348