Mining the journalctl logs

I added
SystemMaxUse=500M
and
MaxFileSec=1month
to my /etc/systemd/journald.conf

and did a
sudo journalctl --vacuum-size=500M

to shrink the log size

Hopefully this will keep the journalctl log in check going forward.

3 Likes