journalctl¶
the new /var/log/syslog
- see also systemd
read journalctl logs¶
the following flags can usually be combined, so -f -u <service>
works as well.
follow all new logs (tail -f):
display last 100 lines and follow new logs:
read logs from a specific service/unit:
read logs since last boot: