If this is on a btrfs volume, you can drastically decrease the space without removing data using transparent folder compression.
btrfs property set /var/log/journal force-compress zstd
Though I prefer to set it on the entire log folder:
btrfs property set /var/log force-compress zstd