Skip to content

Commit

Permalink
fix: unhide log-format cli flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Dec 18, 2024
1 parent 20bb5e5 commit 7f308db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions codex/conf.nim
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ type
name: "log-level" }: string

logFormat* {.
hidden
desc: "Specifies what kind of logs should be written to stdout (auto, " &
"colors, nocolors, json)"
defaultValueDesc: "auto"
Expand Down Expand Up @@ -316,7 +315,7 @@ type
defaultValue: ValidationGroups.none
name: "validator-groups"
.}: Option[ValidationGroups]

validatorGroupIndex* {.
desc: "Slot validation group index"
longDesc: "The value provided must be in the range " &
Expand Down

0 comments on commit 7f308db

Please sign in to comment.