Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Only log rpc request params and response body at trace level #1782
Conversation
|
LGTM |
|
$$JFDI$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Mar 10, 2015
jujubot
merged commit 85c2a32
into
juju:master
Mar 10, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wallyworld commentedMar 10, 2015
We can't easily remove credentials for rpc request params and responses. By default, logging is initially at debug level which causes credential to leak. So we change the rpc logging to still log the rpc metadata at debug level, bt also add in trace level debugging of the unredacted data.
Fixes: https://bugs.launchpad.net/juju-core/+bug/1423272