287e84585c
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>
12 lines
531 B
YAML
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`.
|
|
|