mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 06:44:35 +00:00
Remove crit as an option from the CLI entirely (#7169)
https://github.com/sigp/lighthouse/issues/7165
This commit is contained in:
@@ -140,7 +140,7 @@ fn main() {
|
||||
.value_name("LEVEL")
|
||||
.help("The verbosity level used when emitting logs to the log file.")
|
||||
.action(ArgAction::Set)
|
||||
.value_parser(["info", "debug", "trace", "warn", "error", "crit"])
|
||||
.value_parser(["info", "debug", "trace", "warn", "error"])
|
||||
.default_value("debug")
|
||||
.global(true)
|
||||
.display_order(0)
|
||||
@@ -261,7 +261,7 @@ fn main() {
|
||||
.value_name("LEVEL")
|
||||
.help("Specifies the verbosity level used when emitting logs to the terminal.")
|
||||
.action(ArgAction::Set)
|
||||
.value_parser(["info", "debug", "trace", "warn", "error", "crit"])
|
||||
.value_parser(["info", "debug", "trace", "warn", "error"])
|
||||
.global(true)
|
||||
.default_value("info")
|
||||
.display_order(0)
|
||||
|
||||
Reference in New Issue
Block a user