mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 03:27:58 +00:00
Allow passing multiple --log CLI options (#5982)
* Allow passing multiple --log CLI options * Comment typo
This commit is contained in:
@@ -396,7 +396,7 @@ macro_rules! substrate_cli_subcommands {
|
||||
}
|
||||
}
|
||||
|
||||
fn log_filters(&self) -> $crate::Result<::std::option::Option<String>> {
|
||||
fn log_filters(&self) -> $crate::Result<String> {
|
||||
match self {
|
||||
$($enum::$variant(cmd) => cmd.log_filters()),*
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user