oslo.log/releasenotes/notes/init-global-request-id-eb2031bc221e5fb7.yaml
Hervé Beraud 66f9be975c [Fix] init global_request_id if not in context
Initialize by default the `global_request_id` if not passed
in the given context to avoid error with logging.

Change-Id: I6bd63c1d6a1331a4e47b923ccf6df50c930c8162
Closes-Bug: #1972974
2022-05-11 11:19:32 +02:00

6 lines
141 B
YAML

---
fixes:
- |
Initialize the ``global_request_id`` context variable with a default
value if the key is not passed in the context.