journalctl: remove unnecessary example
This commit is contained in:
@@ -18,13 +18,9 @@
|
|||||||
|
|
||||||
`journalctl -u {{unit}}`
|
`journalctl -u {{unit}}`
|
||||||
|
|
||||||
- Show messages by a specific unit in last 15m:
|
|
||||||
|
|
||||||
`journalctl -u {{unit}} --since {{-15m}}`
|
|
||||||
|
|
||||||
- Filter messages within a time range (either timestamp or placeholders like "yesterday"):
|
- Filter messages within a time range (either timestamp or placeholders like "yesterday"):
|
||||||
|
|
||||||
`journalctl -u {{unit}} --since {{now|today|yesterday|tomorrow}} --until {{YYYY-MM-DD HH:MM:SS}}`
|
`journalctl --since {{now|today|yesterday|tomorrow}} --until {{YYYY-MM-DD HH:MM:SS}}`
|
||||||
|
|
||||||
- Show all messages by a specific process:
|
- Show all messages by a specific process:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user