Remove crit as an option from the CLI entirely (#7169)

https://github.com/sigp/lighthouse/issues/7165
This commit is contained in:
ThreeHrSleep
2025-03-27 06:56:03 +05:30
committed by GitHub
parent 6f31d44343
commit ca8eaea116
8 changed files with 16 additions and 23 deletions

View File

@@ -78,8 +78,7 @@ Options:
custom datadirs for different networks.
--debug-level <LEVEL>
Specifies the verbosity level used when emitting logs to the terminal.
[default: info] [possible values: info, debug, trace, warn, error,
crit]
[default: info] [possible values: info, debug, trace, warn, error]
--discovery-port <PORT>
The UDP port that discovery will listen on. Defaults to `port`
--discovery-port6 <PORT>
@@ -247,7 +246,7 @@ Options:
[possible values: JSON]
--logfile-debug-level <LEVEL>
The verbosity level used when emitting logs to the log file. [default:
debug] [possible values: info, debug, trace, warn, error, crit]
debug] [possible values: info, debug, trace, warn, error]
--logfile-dir <DIR>
Directory path where the log file will be stored
--logfile-format <FORMAT>