Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/node/core/src/args/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ impl LogArgs {
pub enum ColorMode {
/// Colors on
Always,
/// Colors on
/// Auto-detect
Auto,
/// Colors off
Never,
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/db.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/db/checksum.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/db/clear.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/db/clear/mdbx.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/db/clear/static-file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/db/diff.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/db/drop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/db/get.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/db/get/mdbx.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/db/get/static-file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/db/list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/db/path.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/db/repair-trie.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/db/stats.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/db/version.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/download.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/dump-genesis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/export-era.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/import-era.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/import.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/init-state.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/init.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/p2p.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/p2p/body.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/p2p/bootnode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/p2p/header.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/p2p/rlpx.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/p2p/rlpx/ping.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/prune.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/re-execute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/stage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/stage/drop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/stage/dump.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/stage/dump/execution.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/stage/dump/merkle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/stage/run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
2 changes: 1 addition & 1 deletion docs/vocs/docs/pages/cli/reth/stage/unwind.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Logging:

Possible values:
- always: Colors on
- auto: Colors on
- auto: Auto-detect
- never: Colors off

[default: always]
Expand Down
Loading
Loading