===== Aus ''syslog'' wird ''journalctl''===== ==== Quellen ==== * [[https://www.thomas-krenn.com/de/wiki/Abl%C3%B6sung_von_/var/log/syslog_durch_journalctl_in_Debian_12|https://www.thomas-krenn.com/de/wiki/Abl%C3%B6sung_von_/var/log/syslog_durch_journalctl_in_Debian_12]] * ==== Anwendung von ''journalctl'' ==== # Systemprotokoll anzeigen journalctl # Echtzeitanzeige des Systemprotokolls (vgl. tail -f /var/log/syslog) journalctl -f # Protokoll eines bestimmten Services anzeigen, z.B. journalctl -u systemd-timesyncd journalctl -u servicename # Log des letzten Bootvorgangs anzeigen journalctl -b # Anzeige nach Dauer journalctl --since=yesterday