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

Provide nicer progress logging #51

Open
jqmp opened this issue Nov 7, 2019 · 0 comments
Open

Provide nicer progress logging #51

jqmp opened this issue Nov 7, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@jqmp
Copy link
Collaborator

jqmp commented Nov 7, 2019

Right now, Bionic users can see the progress of their computation by watching the printed logs. However, the stuff we want to log isn't exactly the same as the stuff users want to see. For logs it's good to be verbose, to make debugging and performance checking easier – e.g., if a task might take a long time, it's good to log the exact start and end times – but that produces a lot of log output that doesn't need to be shown in real time.

Also, for interactive use we don't have to restrict ourselves to append-only text. On a terminal we can update text in place to produce progress meters, etc. In a notebook we have even more options. tqdm might be an interesting place to start here.

@jqmp jqmp added the enhancement New feature or request label Feb 6, 2020
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