-
Notifications
You must be signed in to change notification settings - Fork 77
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
Comments
Nebelhom
added a commit
to Nebelhom/mozdownload
that referenced
this issue
Nov 18, 2013
Nebelhom
added a commit
to Nebelhom/mozdownload
that referenced
this issue
Nov 18, 2013
This was referenced Nov 18, 2013
Nebelhom
added a commit
to Nebelhom/mozdownload
that referenced
this issue
Nov 21, 2013
davehunt
pushed a commit
to davehunt/mozdownload
that referenced
this issue
Dec 20, 2013
Fixed in 8e29535 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: