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

Make check_logfile() quieter #1132

Open
nmoroze opened this issue Aug 30, 2022 · 0 comments
Open

Make check_logfile() quieter #1132

nmoroze opened this issue Aug 30, 2022 · 0 comments

Comments

@nmoroze
Copy link
Contributor

nmoroze commented Aug 30, 2022

Currently check_logfile() will log all errors/warnings found after a step runs when ['option', 'quiet'] is False. I've found this pretty annoying when I'm getting many warnings since it obscures the tool logs.

A couple options to consider:

  • Reverse the polarity on this call to only display when "quiet" is ON. This might sound a little counterintuitive, but when quiet is off then you can see the warnings in the tool logs anyways, so in some sense it seems more useful to repeat them if the tool logs aren't being printed.
  • Limit the count of warnings/errors printed
  • Disable the display entirely
@nmoroze nmoroze changed the title Reversing polarity of check_logfile() display parameter? Make check_logfile() quieter Aug 30, 2022
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