Skip to content

Commit

Permalink
parity: fix logging cli parameter example (openethereum#9154)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva authored and Tbaut committed Jul 18, 2018
1 parent c6e97d4 commit 070695b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parity/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ usage! {

ARG arg_logging: (Option<String>) = None, or |c: &Config| c.misc.as_ref()?.logging.clone(),
"-l, --logging=[LOGGING]",
"Specify the general logging level (error, warn, info, debug or trace). It can also be set for a specific module, example: '-l sync=debug, rpc=trace'",
"Specify the general logging level (error, warn, info, debug or trace). It can also be set for a specific module, example: '-l sync=debug,rpc=trace'",

ARG arg_log_file: (Option<String>) = None, or |c: &Config| c.misc.as_ref()?.log_file.clone(),
"--log-file=[FILENAME]",
Expand Down

0 comments on commit 070695b

Please sign in to comment.