openstack-ansible-os_keystone/releasenotes/notes/journal-log-ccbb504642b49611.yaml
Kevin Carter ac9d598d33 Add systemd journal logging to the service config
The systemd journal would normally be populated with the standard out of
a service however with the use of uwsgi this is not actually happening
resulting in us only capturing the logs from the uwsgi process instead
of the service itself. This change implements journal logging in the
service config, which is part of OSLO logging.

OSLO logging docs found here: <https://docs.openstack.org/oslo.log/3.28.1/journal.html>

Change-Id: I943bd5f1ac767f83d853cee09a5857f6f9f0efff
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-07-26 16:01:29 +00:00

10 lines
416 B
YAML

---
deprecations:
- The log path, ``/var/log/keystone`` is no longer used to capture service
logs. All logging for the Keystone service will now be sent directly to the
systmed journal.
other:
- When running keystone with apache(httpd) all apache logs will be stored in
the standard apache log directory which is controlled by the distro specific
variable ``keystone_apache_default_log_folder``.