summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1616105-cc8b85eb056e99e2.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/bug-1616105-cc8b85eb056e99e2.yaml')
-rw-r--r--releasenotes/notes/bug-1616105-cc8b85eb056e99e2.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/releasenotes/notes/bug-1616105-cc8b85eb056e99e2.yaml b/releasenotes/notes/bug-1616105-cc8b85eb056e99e2.yaml
index 91529c6..e9c1c9c 100644
--- a/releasenotes/notes/bug-1616105-cc8b85eb056e99e2.yaml
+++ b/releasenotes/notes/bug-1616105-cc8b85eb056e99e2.yaml
@@ -3,6 +3,6 @@ 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.
+ ``application/json``. This avoids logging large binary objects (such as
+ images). Other ``Content-Type`` will not be logged. Additional
+ ``Content-Type`` strings can be added as required.