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

Reduce block processing logging #235

Closed
Tracked by #242
yousefmoazzam opened this issue Mar 5, 2024 · 2 comments
Closed
Tracked by #242

Reduce block processing logging #235

yousefmoazzam opened this issue Mar 5, 2024 · 2 comments
Labels
enhancement New feature or request logging

Comments

@yousefmoazzam
Copy link
Collaborator

Each iterations over a block within a section seems to print information about the method being run, which can produce a lot of output. The printed information feels like it should be reduced in some manner (maybe only one print per-method in each section, ie, don't print on every block?)

@yousefmoazzam yousefmoazzam added the enhancement New feature or request label Mar 5, 2024
@yousefmoazzam yousefmoazzam changed the title Reduce logging printed to terminal during pipeline execution Reduce block processing logging Mar 19, 2024
@yousefmoazzam
Copy link
Collaborator Author

Taken from the release TODO:

Fix the logging when the number of prints is related to the number of blocks. Currently it is confusing as we print the same method N-times. I guess we should print for the last block only?

@yousefmoazzam
Copy link
Collaborator Author

Completed in merge of #294

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request logging
Projects
None yet
Development

No branches or pull requests

1 participant