kolla-ansible/releasenotes/notes/bug-2044370-2285fc3952981cae.yaml
Michal Nasiadka 5a3fb2b4de fluentd: rework openstack logs match
Add global_request_id according to oslo.log defaults [1],
also support lines like:

2024-12-23 20:48:29.905 2 ERROR oslo_service.periodic_task ['Traceback (most recent call last):\\n'

[1]: https://docs.openstack.org/oslo.log/latest/configuration/#DEFAULT.logging_context_format_string

Closes-Bug: #2044370

Change-Id: I80c3e20de0b7503de6331b55879e85892323b3d6
2024-12-30 09:56:03 +00:00

8 lines
262 B
YAML

---
fixes:
- |
Fixes cases when fluentd parser fails on Python traceback.
OpenStack services regex has been reworked to include both
global_request_id and handling cases with Python traceback.
`LP#2044370 <https://launchpad.net/bugs/2044370>`_