mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-29 23:31:12 +00:00
remove a few unneeded structopt bits
This commit is contained in:
@@ -39,7 +39,6 @@ struct Opts {
|
|||||||
required = false,
|
required = false,
|
||||||
long = "log",
|
long = "log",
|
||||||
default_value = "info",
|
default_value = "info",
|
||||||
about = "Log level."
|
|
||||||
)]
|
)]
|
||||||
log_level: LogLevel,
|
log_level: LogLevel,
|
||||||
/// Url to the Backend Core endpoint accepting shard connections
|
/// Url to the Backend Core endpoint accepting shard connections
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ struct Opts {
|
|||||||
required = false,
|
required = false,
|
||||||
long = "log",
|
long = "log",
|
||||||
default_value = "info",
|
default_value = "info",
|
||||||
about = "Log level."
|
|
||||||
)]
|
)]
|
||||||
log_level: LogLevel,
|
log_level: LogLevel,
|
||||||
/// Space delimited list of the names of chains that are not allowed to connect to
|
/// Space delimited list of the names of chains that are not allowed to connect to
|
||||||
|
|||||||
Reference in New Issue
Block a user