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

fix: Correctly format logged errors during arg parsing #132

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

varungandhi-src
Copy link
Contributor

Right now, we don't log any errors at that time,
but the old code would print inconsistent results
which was a bit annoying. There is technically a
circular dependency, since the verbosity level
is determined during argument parsing, and it
is needed to determine the correct logging level.

Ignoring that as an edge case.

Right now, we don't log any errors at that time,
but the old code would print inconsistent results
which was a bit annoying. There is technically a
circular dependency, since the verbosity level
is determined during argument parsing, and it
is needed to determine the correct logging level.

Ignoring that as an edge case.
@varungandhi-src varungandhi-src merged commit 3aaa77b into main Sep 7, 2024
3 checks passed
@varungandhi-src varungandhi-src deleted the vg/parse-err-log branch September 7, 2024 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant