lk/system/systemd/journal.md

17 lines
216 B
Markdown
Raw Normal View History

2022-01-16 18:20:39 +00:00
---
title: "journal"
2022-01-26 22:35:07 +00:00
tags: [ "Documentation", "systemd" ]
2022-01-16 18:20:39 +00:00
---
```
2020-01-02 00:04:35 +00:00
Find errors since November
```bash
journalctl --since=2018-11-01 --grep="EXT4-fs error"
```
2020-01-02 00:04:35 +00:00
Limit size to 2G.
```bash
journalctl --vacuum-size=2G