journalctl
Help pages 1-2

Used to query the contents of the systemd journal logs.

journalctl -b [ID] [+- offset]
-b Show messages from a specific boot.
[ID]
boot ID can be entered
[+- offset]
journalctl -S -U
–since –until
-S –since
Shows logs with timestamps since the date chosen. The format can be in 00:00:00 or string format.
journalctl –list-boots
–list-boots
Lists the previous boot numbers
journalctl -u
-u
Shows logs filtered by systemd unit.
example: nginx.service
journalctl -f
-f –follow
Shows only the most recent log entries
journalctl -r
-r –reverse
Reverses output so newest entries are first.