Skip to content

Verbose mode #1494

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

Open
JanPalasek opened this issue Aug 1, 2023 · 0 comments
Open

Verbose mode #1494

JanPalasek opened this issue Aug 1, 2023 · 0 comments

Comments

@JanPalasek
Copy link

JanPalasek commented Aug 1, 2023

Hello. Today I spend a lot of time debugging why my conda environment creation process gets stuck. I found the answer in the end but it pointed out a problem to me:

  • Conda environment creation process has no logs.

I suspect that this problem is more wide-spread in metaflow. This could be imo solved with some kind of verbosity settings. There could be an option --verbose=0 (default) up-to --verbose=10. With these verbosity setting, some logs could be printed out, like e.g. which conda command is currently running.

This would greatly improve the readability and also patience of the "users". If you are creating 5 environment and you don't see anything for 10 minutes, you might end up the process abruptly (which could leave mf_env-creation.lock file and then it's never going to work again until we delete the file).

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

No branches or pull requests

1 participant