Files
python-cinderclient/releasenotes/notes/http_log_debug-ff023f069afde3fe.yaml
Gorka Eguileor ccbb9ea5e5 Fixed request logging
When passing http_log_debug to cinderclient.client.Client we didn't
honor it and log the requests if a session is provided.

Closes-Bug: 2035372
Change-Id: I505debd650ddce739665b1c9630f17a3b981279f
2023-09-13 17:58:08 +02:00

8 lines
225 B
YAML

---
fixes:
- |
`Bug #2035372
<https://bugs.launchpad.net/python-cinderclient/+bug/2035372>`_: Fixed
not honoring ``http_log_debug`` parameter in ``cinderclient.client.Client``
when also providing a session.