Issue summary
Currently, we have several flags to set the log-level of the modules.
--log to set the global log-level
- Module specific flags (
--lcore, --lrpc etc) to set the module log-level
We could use a single flag to accept all the log-levels. For example:
--log global:info, core:debug, rpc:crit
Other information and links
This was noticed during the CLI refactor (#3173) and was decided to pick it up at a later stage
Discussion around the CLI refactor: #3171
CLI refactor main issue: #3163
Issue summary
Currently, we have several flags to set the log-level of the modules.
--logto set the global log-level--lcore,--lrpcetc) to set the module log-levelWe could use a single flag to accept all the log-levels. For example:
--log global:info, core:debug, rpc:critOther information and links
This was noticed during the CLI refactor (#3173) and was decided to pick it up at a later stage
Discussion around the CLI refactor: #3171
CLI refactor main issue: #3163