-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Make verbosity level mandatory with telemetry opt #5057
Make verbosity level mandatory with telemetry opt #5057
Conversation
It looks like @pscott hasn't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement at the following URL: https://cla.parity.io Once you've signed, please reply to this thread with Many thanks, Parity Technologies CLA Bot |
[clabot:check] |
It looks like @pscott signed our Contributor License Agreement. 👍 Many thanks, Parity Technologies CLA Bot |
Currently waiting on #5069 to be reviewed (and maybe) merged, and then will be able to address comments and get ready for review. :D |
…lemetry_verbosity_level
Review has been addressed but is not showing up as addressed
As mentioned in #4372 , this PR makes the verbosity level mandatory in the
--telemetry-urls
option, instead of defaulting to 0.There are a couple of points I would like to clarify:
breaking
the API? Or should I flag it asB2-breaksapi
?VERBOSITY_LEVEL
is not bigger than the maximum verbosity_level. Maybe there's no point in doing so, but it might be better practice to let the end user know that when he specifies a verbosity-level bigger than 9, it doesn't actually exist?substrate/client/telemetry/src/lib.rs
Line 108 in db1ab7d