Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
testing: do not use default writer in LoggingSuite #69
Conversation
|
LGTM |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-testing |
added a commit
that referenced
this pull request
May 19, 2015
jujubot
merged commit 49fe9a5
into
juju:master
May 19, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedMay 19, 2015
Currently when testing a juju command that uses cmd.Log, the
logging test output is suppressed because the logging setup
changes the default writer. This PR changes things so that
the test logger uses a different writer so we can still see
debugging log messages in such tests.
(Review request: http://reviews.vapour.ws/r/1724/)