Ensure that the systemd-journald service is enabled to allow capturing of logging events. If the systemd-journald service is not enabled to start on boot, the system will not capture logging events.
Solution
Run the following commands to unmask, enable, and start systemd-journald.service # systemctl unmask systemd-journald.service # systemctl --now enable systemd-journald.service