journalctl -b -1 addresses the boot before the current one (-b alone is the current boot, -b -1 the previous), and -p err filters to errors and above. This is the first stop when a server came back unhealthy after a reboot: it shows what went wrong during the previous session. Combine with -u myapp to scope it to one service.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.