Skip to content

Commit ca8eaea

Browse files
authored
Remove crit as an option from the CLI entirely (#7169)
#7165
1 parent 6f31d44 commit ca8eaea

File tree

8 files changed

+16
-23
lines changed

8 files changed

+16
-23
lines changed

book/src/help_bn.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ Options:
7878
custom datadirs for different networks.
7979
--debug-level <LEVEL>
8080
Specifies the verbosity level used when emitting logs to the terminal.
81-
[default: info] [possible values: info, debug, trace, warn, error,
82-
crit]
81+
[default: info] [possible values: info, debug, trace, warn, error]
8382
--discovery-port <PORT>
8483
The UDP port that discovery will listen on. Defaults to `port`
8584
--discovery-port6 <PORT>
@@ -247,7 +246,7 @@ Options:
247246
[possible values: JSON]
248247
--logfile-debug-level <LEVEL>
249248
The verbosity level used when emitting logs to the log file. [default:
250-
debug] [possible values: info, debug, trace, warn, error, crit]
249+
debug] [possible values: info, debug, trace, warn, error]
251250
--logfile-dir <DIR>
252251
Directory path where the log file will be stored
253252
--logfile-format <FORMAT>

book/src/help_general.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ Options:
4242
custom datadirs for different networks.
4343
--debug-level <LEVEL>
4444
Specifies the verbosity level used when emitting logs to the terminal.
45-
[default: info] [possible values: info, debug, trace, warn, error,
46-
crit]
45+
[default: info] [possible values: info, debug, trace, warn, error]
4746
--genesis-state-url <URL>
4847
A URL of a beacon-API compatible server from which to download the
4948
genesis state. Checkpoint sync server URLs can generally be used with
@@ -58,7 +57,7 @@ Options:
5857
[possible values: JSON]
5958
--logfile-debug-level <LEVEL>
6059
The verbosity level used when emitting logs to the log file. [default:
61-
debug] [possible values: info, debug, trace, warn, error, crit]
60+
debug] [possible values: info, debug, trace, warn, error]
6261
--logfile-dir <DIR>
6362
Directory path where the log file will be stored
6463
--logfile-format <FORMAT>

book/src/help_vc.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ Options:
3535
custom datadirs for different networks.
3636
--debug-level <LEVEL>
3737
Specifies the verbosity level used when emitting logs to the terminal.
38-
[default: info] [possible values: info, debug, trace, warn, error,
39-
crit]
38+
[default: info] [possible values: info, debug, trace, warn, error]
4039
--gas-limit <INTEGER>
4140
The gas limit to be used in all builder proposals for all validators
4241
managed by this validator client. Note this will not necessarily be
@@ -79,7 +78,7 @@ Options:
7978
[possible values: JSON]
8079
--logfile-debug-level <LEVEL>
8180
The verbosity level used when emitting logs to the log file. [default:
82-
debug] [possible values: info, debug, trace, warn, error, crit]
81+
debug] [possible values: info, debug, trace, warn, error]
8382
--logfile-dir <DIR>
8483
Directory path where the log file will be stored
8584
--logfile-format <FORMAT>

book/src/help_vm.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ Options:
3939
custom datadirs for different networks.
4040
--debug-level <LEVEL>
4141
Specifies the verbosity level used when emitting logs to the terminal.
42-
[default: info] [possible values: info, debug, trace, warn, error,
43-
crit]
42+
[default: info] [possible values: info, debug, trace, warn, error]
4443
--genesis-state-url <URL>
4544
A URL of a beacon-API compatible server from which to download the
4645
genesis state. Checkpoint sync server URLs can generally be used with
@@ -55,7 +54,7 @@ Options:
5554
[possible values: JSON]
5655
--logfile-debug-level <LEVEL>
5756
The verbosity level used when emitting logs to the log file. [default:
58-
debug] [possible values: info, debug, trace, warn, error, crit]
57+
debug] [possible values: info, debug, trace, warn, error]
5958
--logfile-dir <DIR>
6059
Directory path where the log file will be stored
6160
--logfile-format <FORMAT>

book/src/help_vm_create.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ Options:
3333
custom datadirs for different networks.
3434
--debug-level <LEVEL>
3535
Specifies the verbosity level used when emitting logs to the terminal.
36-
[default: info] [possible values: info, debug, trace, warn, error,
37-
crit]
36+
[default: info] [possible values: info, debug, trace, warn, error]
3837
--deposit-gwei <DEPOSIT_GWEI>
3938
The GWEI value of the deposit amount. Defaults to the minimum amount
4039
required for an active validator (MAX_EFFECTIVE_BALANCE)
@@ -62,7 +61,7 @@ Options:
6261
[possible values: JSON]
6362
--logfile-debug-level <LEVEL>
6463
The verbosity level used when emitting logs to the log file. [default:
65-
debug] [possible values: info, debug, trace, warn, error, crit]
64+
debug] [possible values: info, debug, trace, warn, error]
6665
--logfile-dir <DIR>
6766
Directory path where the log file will be stored
6867
--logfile-format <FORMAT>

book/src/help_vm_import.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ Options:
2323
custom datadirs for different networks.
2424
--debug-level <LEVEL>
2525
Specifies the verbosity level used when emitting logs to the terminal.
26-
[default: info] [possible values: info, debug, trace, warn, error,
27-
crit]
26+
[default: info] [possible values: info, debug, trace, warn, error]
2827
--gas-limit <UINT64>
2928
When provided, the imported validator will use this gas limit. It is
3029
recommended to leave this as the default value by not specifying this
@@ -47,7 +46,7 @@ Options:
4746
[possible values: JSON]
4847
--logfile-debug-level <LEVEL>
4948
The verbosity level used when emitting logs to the log file. [default:
50-
debug] [possible values: info, debug, trace, warn, error, crit]
49+
debug] [possible values: info, debug, trace, warn, error]
5150
--logfile-dir <DIR>
5251
Directory path where the log file will be stored
5352
--logfile-format <FORMAT>

book/src/help_vm_move.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ Options:
2525
custom datadirs for different networks.
2626
--debug-level <LEVEL>
2727
Specifies the verbosity level used when emitting logs to the terminal.
28-
[default: info] [possible values: info, debug, trace, warn, error,
29-
crit]
28+
[default: info] [possible values: info, debug, trace, warn, error]
3029
--dest-vc-token <PATH>
3130
The file containing a token required by the destination validator
3231
client.
@@ -51,7 +50,7 @@ Options:
5150
[possible values: JSON]
5251
--logfile-debug-level <LEVEL>
5352
The verbosity level used when emitting logs to the log file. [default:
54-
debug] [possible values: info, debug, trace, warn, error, crit]
53+
debug] [possible values: info, debug, trace, warn, error]
5554
--logfile-dir <DIR>
5655
Directory path where the log file will be stored
5756
--logfile-format <FORMAT>

lighthouse/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ fn main() {
140140
.value_name("LEVEL")
141141
.help("The verbosity level used when emitting logs to the log file.")
142142
.action(ArgAction::Set)
143-
.value_parser(["info", "debug", "trace", "warn", "error", "crit"])
143+
.value_parser(["info", "debug", "trace", "warn", "error"])
144144
.default_value("debug")
145145
.global(true)
146146
.display_order(0)
@@ -261,7 +261,7 @@ fn main() {
261261
.value_name("LEVEL")
262262
.help("Specifies the verbosity level used when emitting logs to the terminal.")
263263
.action(ArgAction::Set)
264-
.value_parser(["info", "debug", "trace", "warn", "error", "crit"])
264+
.value_parser(["info", "debug", "trace", "warn", "error"])
265265
.global(true)
266266
.default_value("info")
267267
.display_order(0)

0 commit comments

Comments
 (0)