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

Logs are verbose when testing #20

Open
warrn opened this issue Mar 4, 2018 · 0 comments
Open

Logs are verbose when testing #20

warrn opened this issue Mar 4, 2018 · 0 comments
Assignees

Comments

@warrn
Copy link
Collaborator

warrn commented Mar 4, 2018

Logs are spewing out useless information when testing (due to all the errors created from edge cases). We need a way to change the logging level depending upon if it's testing or not.

SetLevel exists, but that needs to be called in each function (which isn't really fun).

We could do a setup function in testing but that seems like a lot of overhead for what is essentially a toggle

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

2 participants