devnull.land

Miscellaneous bits and bobs from the tech world

systemd (journalctl) Cheatsheet

11/3/2021, 11:20:48 AM


The following is a list of useful commands for managing your systemd logs.

Check disk space used by systemd logging

journalctl --disk-usage

Drop old logs

... older than x days

journalctl --vacuum-time=2d

... to target size

journalctl --vacuum-size=100M