summaryrefslogtreecommitdiff
path: root/swiftclient/shell.py
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2016-02-24 16:56:55 -0800
committerTim Burke <tim.burke@gmail.com>2016-02-25 10:06:48 -0800
commitc3f06417049e17a8d45ee5926c5043cb6c8aa9ef (patch)
treed2bd0b0281eedd78d3cc5ef6f8dfbba864b6f785 /swiftclient/shell.py
parent4d44dcf36086add13d3353915c014f095ab99c6d (diff)
downloadpython-swiftclient-c3f06417049e17a8d45ee5926c5043cb6c8aa9ef.tar.gz
Follow-up to patch 282363
* Improve some formatting * Be more explicit about how much will be revealed when * Rename redact_sensitive_tokens to redact_sensitive_headers, as it affects more than tokens. Change-Id: I02b375d914e9f0a210d038ecb31188d09a8ffce3
Diffstat (limited to 'swiftclient/shell.py')
-rwxr-xr-xswiftclient/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swiftclient/shell.py b/swiftclient/shell.py
index 02f49dd..15be20a 100755
--- a/swiftclient/shell.py
+++ b/swiftclient/shell.py
@@ -1108,7 +1108,7 @@ def parse_args(parser, args, enforce_requires=True):
if options.debug:
logging.basicConfig(level=logging.DEBUG)
logging.getLogger('iso8601').setLevel(logging.WARNING)
- client_logger_settings['redact_sensitive_tokens'] = False
+ client_logger_settings['redact_sensitive_headers'] = False
elif options.info:
logging.basicConfig(level=logging.INFO)