kolla-ansible/releasenotes/notes/fix-cinder-logging-22fea4739begd6s.yaml
Doug Szumski b9f8543f1d Fix Cinder log parsing
The Cinder API log is currently written to a file called
cinder-wsgi.log, and the WSGI logs to cinder-api.log. Fluentd
then tries to parse the WSGI log as an OpenStack log which
results in 'got incomplete line' errors and prevents proper
ingestion of these logs.

Co-Authored-By: yaoning <yaoning@unitedstack.com>
Closes-Bug: 1916752
Change-Id: I3296dcc4780160cbf88bd18285571276f58bb249
(cherry picked from commit fa5511c75d)
2021-03-06 15:36:15 +00:00

6 lines
151 B
YAML

---
fixes:
- |
Fixes some configuration issues around Cinder logging. `LP#1916752
<https://bugs.launchpad.net/kolla-ansible/+bug/1916752>`__