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

Allow suppression of output to stdout when filtering #245

Open
matt-graham opened this issue May 31, 2023 · 0 comments
Open

Allow suppression of output to stdout when filtering #245

matt-graham opened this issue May 31, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@matt-graham
Copy link
Member

Also, can the new tests be made silent, to avoid all the

Writing output at timestep = N

messages?

Agree that these are annoying - I would personally prefer to remove all the println statements altogether or at least make them optional with a quiet flag or similar as there isn't any easy way to selectively disable at the moment that I can see. Or alternatively it looks like using macros from the Logging module would be better as then we can selectively disable output for different levels. But this seems a change that would probably be better in a separate PR.

Originally posted by @matt-graham in #244 (comment)

@matt-graham matt-graham added the enhancement New feature or request label May 31, 2023
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