Can I somehow make journalctl print log levels next to actual messages?
I have found the -p option but that is not what I'm looking for, I want to see both errors and warnings but I want to be able to tell them apart.
The only thing I have found is this from man journalctl:
When outputting to a tty, lines are colored according to priority: lines of level ERROR and higher are colored red; lines of level NOTICE and higher are highlighted; other lines are displayed normally.
This is a nice start, but I would still like to tell apart all 8 levels, not aggregate them in just three.