File: bug-1616105-cc8b85eb056e99e2.yaml

package info (click to toggle)
python-keystoneclient 1%3A3.17.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,416 kB
  • sloc: python: 21,389; sh: 192; xml: 149; makefile: 105
file content (8 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
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``. 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.