Systemd has its own logging system called the journal, and the log files are stored in /var/log/journal.
sudo journalctl --disk-usage- Active journal files will be marked as archived, so that they are never written to in future.
sudo journalctl --disk-usagesudo journalctl --vacuum-time=5dayssudo journalctl --vacuum-size=200Msudo journalctl --vacuum-files=10The configuration file is located at /etc/systemd/journald.conf. After editing to your preference, reload systemd daemon using sudo systemctl daemon-reload
under 'Rotate journal files' I think it should be
Per
--help;