I recently started using Fedora 25 and I'm trying to clear the journal logs manually but it's not working. For example:
$ journalctl --disk-usage
Archived and active journals take up 24.0M on disk.
I try to clear with:
$ journalctl --vacuum-size=1M
Vacuuming done, freed 0B of archived journals on disk.
It's not freeing anything. Any ideas? The system is freshly installed and I haven't touched the journald.conf
yet. Thanks.