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

Various logging improvements. #51

Merged
merged 2 commits into from Jul 22, 2020
Merged

Various logging improvements. #51

merged 2 commits into from Jul 22, 2020

Conversation

jamadden
Copy link
Member

  • Add a repr to the loop/tween.
  • Log the tween when it is created.
  • Add the ability to customize the log level for violations of the side-effect free policy and set it to DEBUG by default.
  • Add the ability to raise an exception on side-effect free violations, based on the log level. Useful for testing.
  • Limit the number of resources that will be reported for such violations; default is 5.

- Add a repr to the loop/tween.
- Log the tween when it is created.
- Add the ability to customize the log level for violations of the side-effect free policy and set it to DEBUG by default.
- Add the ability to raise an exception on side-effect free violations, based on the log level. Useful for testing.
- Limit the number of resources that will be reported for such violations; default is 5.
@jamadden jamadden merged commit 9cc328d into master Jul 22, 2020
@jamadden jamadden deleted the logging-improvements branch July 22, 2020 12:05
Copy link

@cutz cutz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

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.

None yet

2 participants