Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
Instead of writing the debug logs directly to the disk, it is possible to send them to journald, on platforms where journald is available.
The biggest benefit is that the debug logs are structured, so it's possible to decorate the debug messages with key/value pairs and later query based on these extra fields.
This feature is a required so that FreeIPA project can implement additional log processing or auditing capabilities. See upstream ticket for details: https://fedorahosted.org/freeipa/ticket/4296.
Small note (to have the info somewhere since it took some time to dig it out): The upcoming changes for upstream krb5 will only target newer systemd for now, there was an incompatible change which causes build system issues (short: Some systems (incl. RHEL7) will have a systemd that is too old and won't have the unified .pc).
Thanks for info. What is the consequence? Does it mean krb5 in RHEL7 would not be able to use systemd/journal integration or that krb5 would could not be updated in RHEL7?
There is now some work on properly gathering logs from IdM, but having logs in journald will not be a requirement. Given this RFE did not get traction until now, I do not think it is needed and I will close it. We would open RFE when the log gathering piece is clarified and it is known what technology will do it.