# journald While I am not sure if I agree with converting logs to binary format, and learning a new tool to parse logs even though we have so many other well known tools, this is just how it is by default now so I wanted to document some tips and tricks. Let's start with clearing all logs: journalctl --rotate; journalctl --vacuum-time=1s