diff --git a/pages/linux/journalctl.md b/pages/linux/journalctl.md index f4de09027..f0e252704 100644 --- a/pages/linux/journalctl.md +++ b/pages/linux/journalctl.md @@ -10,6 +10,10 @@ `journalctl -b -1` +- Show all messages with priority level 3 (errors) from this boot: + +`journalctl -b --priority={{3}}` + - Follow new messages (like `tail -f` for traditional syslog): `journalctl -f`