Updated Branches: refs/heads/trunk 326e81f09 -> 21ac363ba
docs: Add a note about removing credentials from debug output when sharing it with others. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/db27e688 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/db27e688 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/db27e688 Branch: refs/heads/trunk Commit: db27e6885a927b9f924091a342cd9f0180610685 Parents: 007d4e8 Author: Tomaz Muraus <[email protected]> Authored: Wed Sep 4 00:47:49 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Wed Sep 4 00:47:49 2013 +0200 ---------------------------------------------------------------------- docs/troubleshooting.rst | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/db27e688/docs/troubleshooting.rst ---------------------------------------------------------------------- diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index 78cb6e0..9de0922 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -7,6 +7,12 @@ code with interfaces with libcloud. Debugging --------- +.. note:: + + If you are sharing debug output on our IRC channel or issue tracker using + Pastebin, Github Gists or a similar service, make sure to remove your + credentials and any other data you consider private from the output. + Libcloud has a special debug mode which when enabled outputs all the outgoing HTTP requests and all the incoming HTTP responses. Output also includes cURL commands which can be used to re-produce the requests.
