tripleo-heat-templates/releasenotes/notes/containerized-services-logs-0dc652513870f46d.yaml
Bogdan Dobrelya 287e84585c Persist containerized services httpd logs
Store the httpd logs under dedicated /var/log/containers/httpd/
paths.
Additionally, add release notes describing upgrade impact
for containerized services logs.

Closes-bug: #1700045

Change-Id: I8120c56f2315700862bd0f708b8baa8910275b09
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2017-08-25 14:36:53 +00:00

12 lines
531 B
YAML

---
upgrade:
- |
Containerized services logs can be found under updated paths.
Pacemaker-managed resources write logs to `/var/log/pacemaker/bundles/*`.
Docker-daemon managed openstack services bind-mount their log files to the
`/var/log/containers/<foo>/*` sub-directories. Services running under
Apache2 WSGI use the `/var/log/containers/httpd/<foo-api>/*` destinations.
Additional tools or commands that log to syslog, end up placing log records
into the hosts journalctl and `/var/log/messages`.