How to display syslog priority level in systemd's journalctl

Solution 1:

The following output options display priority (and facility), but in a different format:

journalctl -o verbose
journalctl -o json (and json-pretty)
journalctl -o export