Document how to output journal to console

Having all logs from the device visible on console may be useful for
deployers who do not enable login access to IPA ramdisks as a matter of
policy.

Change-Id: If9d29dd00a8c35fe679e1f54d1574eed0a79470c
This commit is contained in:
Jay Faulkner 2020-06-08 15:16:07 -07:00
parent 3fbcc7c38e
commit 3dd929eb92

View File

@ -143,6 +143,9 @@ Retrieving the IPA logs will differ depending on which base image was used.
* Operating system that do use ``systemd`` (ie Fedora, CentOS, RHEL)
- logs may be viewed with ``sudo journalctl -u ironic-python-agent``
- if using a diskimage-builder ramdisk, it may be configured to output all
contents of the journal, including ironic-python-agent logs, by enabling
the `journal-to-console element <https://docs.openstack.org/diskimage-builder/latest/elements/journal-to-console/README.html>`_.
Manually restart IPA
====================