Cli: Introduce `--detailed-log-output` flag (#10278)
* Cli: Introduce `--detailed-log-output` flag If this CLI flag is given, detailed log output will be enabled. This includes the log level, log target ad the thread name. Before this was only enabled when a log level higher than `info` should be logged. * Update client/tracing/src/logging/mod.rs Co-authored-by:David <dvdplm@gmail.com> Co-authored-by:
David <dvdplm@gmail.com>
Showing
- substrate/client/cli/src/config.rs 8 additions, 1 deletionsubstrate/client/cli/src/config.rs
- substrate/client/cli/src/params/shared_params.rs 13 additions, 0 deletionssubstrate/client/cli/src/params/shared_params.rs
- substrate/client/tracing/src/logging/mod.rs 38 additions, 16 deletionssubstrate/client/tracing/src/logging/mod.rs
Please register or sign in to comment