set third party default logging level#3787
Merged
tkknight merged 1 commit intoSciTools:masterfrom Aug 17, 2020
Merged
Conversation
Contributor
|
The changes in this PR has successfully reduced the increased verbosity of the tests in travis. The only remaining logging that appeared is for pyugird, see https://travis-ci.org/github/SciTools/iris/jobs/718253885#L1290 For reference, a travis build from 5 days ago shows now verbose logging: https://travis-ci.org/github/SciTools/iris/jobs/717339839#L1279 Happy to merge this as is @bjlittle and add the pyugrid logging change in another PR. |
Member
Author
|
@tkknight Go for it 👍 |
Contributor
|
pyugrid is INFO level logging so it ok - no further changes needed. |
tkknight
added a commit
to tkknight/iris
that referenced
this pull request
Aug 20, 2020
* master: Merge "default_units" feature branch (SciTools#3795) set third party default logging level (SciTools#3787)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR explicitly sets the
logginglevel of third party dependencies that are causingDEBUGnoise intravis-ci.There may be another way of doing this, but this seems like a reasonable initial approach for now...