kolla-ansible/releasenotes/notes/bug-1888852-8735ee29f69f77b5.yaml
Michal Nasiadka 696533f228 fluentd: log to a file instead of stdout
fluentd logs currently to stdout, which is known to produce big docker logs
in /var/lib/docker. This change makes fluentd to log to /var/log/kolla/fluentd.

Closes-Bug: #1888852
Change-Id: I8fe0e54cb764a26d26c6196cef68aadc6fd57b90
2020-07-27 07:13:13 +00:00

6 lines
169 B
YAML

---
fixes:
- |
``fluentd`` is now logging to ``/var/log/kolla/fluentd/fluentd.log``
instead of ``stdout``. `LP#1888852 <https://launchpad.net/bugs/1888852>`__