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

Timing information at INFO logging level #673

Merged
merged 2 commits into from
Mar 31, 2023

Conversation

ijpulidos
Copy link
Contributor

Description

This changes the logging level of the iteration timing information to INFO. Since it is not really debug information but actually
information that users do want to get by default.

Resolves #671

Todos

  • Implement feature / fix bug
  • Add tests
  • Update documentation as needed
  • Update changelog to summarize changes in behavior, enhancements, and bugfixes implemented in this PR

Status

  • Ready to go

Changelog message

Users are expected to get the timing information of each iteration by default. This information is now at the `INFO` logging level, instead of `DEBUG`.

@mikemhenry mikemhenry enabled auto-merge (squash) March 31, 2023 14:48
@mikemhenry mikemhenry merged commit a408bed into main Mar 31, 2023
11 of 13 checks passed
@mikemhenry mikemhenry deleted the 671-fix-logging-level-timing branch March 31, 2023 15:05
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

Successfully merging this pull request may close these issues.

Set level to INFO for timing information for iteration
2 participants