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

Unittests: Set logger output to ERROR #175

Closed
Nebelhom opened this issue Oct 10, 2013 · 1 comment
Closed

Unittests: Set logger output to ERROR #175

Nebelhom opened this issue Oct 10, 2013 · 1 comment

Comments

@Nebelhom
Copy link
Collaborator

With our first unit tests being landed, we notice that there is a lot of standard output by the scraper in between the testing. Ideally, all we want is the error output of the logger (if any), otherwise it should run through without any output by the logger at all.

Let's adjust the logger output level to ERROR when using unit tests. I would also like to see the progressbar being suppressed for the ERROR level. It should be possible to tie the progressbar to the logger level.

@davehunt
Copy link
Member

Fixed in 8e29535

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