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

Add logging levels / hide pip messages #1

Open
MetricMike opened this issue Feb 10, 2021 · 0 comments
Open

Add logging levels / hide pip messages #1

MetricMike opened this issue Feb 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@MetricMike
Copy link
Owner

Is your feature request related to a problem? Please describe.

asdf install awscli X is loud and includes messages like:

~/.asdf/installs/awscli/2.1.25 ~/projects/dev-environment
Collecting pip
  Using cached pip-21.0.1-py3-none-any.whl (1.5 MB)
Collecting setuptools
  Using cached setuptools-53.0.0-py3-none-any.whl (784 kB)
Collecting wheel
  Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB)
Installing collected packages: pip, setuptools, wheel
  Attempting uninstall: pip
    Found existing installation: pip 20.2.3

Those should be hidden.

Describe the solution you'd like

Unless ASDF_AWSCLI_LOG=DEBUG is present, don't print those messages.

@MetricMike MetricMike added the enhancement New feature or request label Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant