Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Decrease the log level for uniter.operation executor steps. #3922
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Dec 8, 2015
jujubot
merged commit 6423414
into
juju:master
Dec 8, 2015
jameinel
deleted the
jameinel:log-level-1524089
branch
Dec 13, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jameinel commentedDec 8, 2015
This addresses bug #1524089. We were logging all of the uniter steps at INFO level, but that gets overly chatty when you have lots of units. Generally these are only interesting when debugging something, which makes DEBUG a good level to use.
(Review request: http://reviews.vapour.ws/r/3343/)