systemdjournalin
systemd-journald is a system service that collects and stores logging data. It functions as a centralized logging daemon for the systemd init system, replacing older syslog daemons like rsyslog or syslog-ng in many Linux distributions. Journald receives log messages from various sources, including kernel messages, syslog-style messages, and native journal API messages. These messages are then written to structured, indexed binary files, primarily located in /var/log/journal/.
The primary advantage of systemd-journald is its structured logging format. This allows for more sophisticated querying