kolla-ansible/releasenotes/notes/fix-cinder-logging-22fea4739begd6s.yaml
Doug Szumski fa5511c75d 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
2021-02-24 13:27:00 +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>`__