We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--log-level
Tried to add --log-level=DEBUG per the documentation, but it seems to want --v
--log-level=DEBUG
--v
--log-level works
add --log-level
6.0.0
The text was updated successfully, but these errors were encountered:
Hmm seems like it wants an int as well, but the docs say DEBUG should work
E1021 18:52:56.049230 1737 root.go:402] invalid argument "DEBUG" for "-v, --v" flag: strconv.ParseInt: parsing "DEBUG": invalid syntax
Sorry, something went wrong.
Docs need to be updated for Golang version. reckoner --help works fine and indicates correctly
reckoner --help
sudermanjr
Successfully merging a pull request may close this issue.
What happened?
Tried to add
--log-level=DEBUG
per the documentation, but it seems to want--v
What did you expect to happen?
--log-level works
How can we reproduce this?
add --log-level
Version
6.0.0
Search
Code of Conduct
Additional context
The text was updated successfully, but these errors were encountered: