Преглед изворни кода

journalctl: add errors from this boot example (#4601)

Thomas Steven пре 4 година
родитељ
комит
54e2dfd611
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      pages/linux/journalctl.md

+ 4 - 0
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`