Allow passing multiple --log CLI options (#5982)

* Allow passing multiple --log CLI options

* Comment typo
This commit is contained in:
Pierre Krieger
2020-05-12 11:46:06 +02:00
committed by GitHub
parent 70923cdf7c
commit 0690bb51a8
3 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -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()),*
}