Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeThe self maintenance method is to vacuum the logs by size or time.
Retain only the past two days:
journalctl --vacuum-time=2dRetain only the past 500 MB:
journalctl --vacuum-size=500Mman journalctlman journalctl for more information.
The self maintenance method is to vacuum the logs by size or time.
Retain only the past two days:
journalctl --vacuum-time=2dRetain only the past 500 MB:
journalctl --vacuum-size=500Mman journalctl for more information.
The self maintenance method is to vacuum the logs by size or time.
Retain only the past two days:
journalctl --vacuum-time=2dRetain only the past 500 MB:
journalctl --vacuum-size=500Mman journalctl for more information.