Skip to content
New issue

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 flag is misnamed #688

Closed
2 tasks done
rbren opened this issue Oct 21, 2024 · 2 comments · Fixed by #691
Closed
2 tasks done

--log-level flag is misnamed #688

rbren opened this issue Oct 21, 2024 · 2 comments · Fixed by #691
Assignees
Labels
bug Something isn't working documentation

Comments

@rbren
Copy link
Contributor

rbren commented Oct 21, 2024

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

  • I did search for other open and closed issues before opening this.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Additional context

Screenshot 2024-10-21 at 2 52 43 PM
@rbren rbren added bug Something isn't working triage This bug needs triage labels Oct 21, 2024
@rbren
Copy link
Contributor Author

rbren commented Oct 21, 2024

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

@sudermanjr
Copy link
Member

sudermanjr commented Oct 21, 2024

Docs need to be updated for Golang version. reckoner --help works fine and indicates correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants