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

[ENH] - Make logs more user-friendly #810

Closed
2 tasks
nkaretnikov opened this issue Apr 15, 2024 · 0 comments · Fixed by #823
Closed
2 tasks

[ENH] - Make logs more user-friendly #810

nkaretnikov opened this issue Apr 15, 2024 · 0 comments · Fixed by #823

Comments

@nkaretnikov
Copy link
Contributor

Feature description

This has two subtasks:

  • Explain how to interpret the output of conda config and the strict channel priority. Users only look at the config output and overlook CONDA_FLAGS=--strict-channel-priority. The latter is what actually determines the channel priority in conda-store. Add a very visible message before the config output is printed in the logs explaining this.

  • Print action end time and time delta. This probably should be done with a context manager where ActionContext is defined, so it automatically applies to all actions.

Value and/or benefit

Improved UX.

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants