fix: unhide log-format cli flag (#1049)

This commit is contained in:
Adam Uhlíř 2024-12-19 13:03:50 +01:00 committed by GitHub
parent 6ff4d30b43
commit 4b99b58645
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -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"