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
Currently, the --version flag includes logging output, e.g:
--version
Log level set to ERROR 0.8.2+2.gd78be23
The log output is not useful in this case and hampers the ability for external tools to parse the version (to check for version compatibility).
Instead it should print the version and exit before initializing the logger.
The text was updated successfully, but these errors were encountered:
--version does not log log level (conda-incubator#47)
202bed4
Also do not log the log level if verbosity is zero.
Merge pull request #64 from conda-incubator/analog-garage/ag-misc
08899dd
Fixes for issues #27, #31, #44, #47
Successfully merging a pull request may close this issue.
Currently, the
--version
flag includes logging output, e.g:The log output is not useful in this case and hampers the ability for external tools to parse the version (to check for version compatibility).
Instead it should print the version and exit before initializing the logger.
The text was updated successfully, but these errors were encountered: