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

[extra] show progress only when step is called #91

Assignees

Comments

@elanzini
Copy link

when there is a lot of logging already coming from the process we are tracking progress of, we might want to silence the progressbar and only print the progress when any step function is called. This makes the logging more organized, without having the progressbar printed every couple of lines.

@ctongfei ctongfei self-assigned this Nov 24, 2020
@ctongfei
Copy link
Owner

Thanks @elanzini ! I think this would also improve the performance of progressbars as it reduces the number of calls to print.

@ctongfei
Copy link
Owner

Released in version 0.9.1.

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