summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1616105-cc8b85eb056e99e2.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1616105-cc8b85eb056e99e2.yaml b/releasenotes/notes/bug-1616105-cc8b85eb056e99e2.yaml
new file mode 100644
index 0000000..91529c6
--- /dev/null
+++ b/releasenotes/notes/bug-1616105-cc8b85eb056e99e2.yaml
@@ -0,0 +1,8 @@
+---
+fixes:
+ - >
+ [`bug 1616105 <https://bugs.launchpad.net/keystoneauth/+bug/1616105>`_]
+ Only log the response body when the ``Content-Type`` header is set to
+ ``application/json`` or ``application/text``. This avoids logging large
+ binary objects (such as images). Other ``Content-Type`` will not be
+ logged.