I want to clear my "/var/log/journal" directory.
I'm using debian 8
root@nyc3-x8:/var/log# uname -a
Linux nyc3-x8 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux
And my journal;
root@nyc3-x8:/var/log# du -hs journal/
11G journal/
I searched the forum and tried "journalctl --vacuum-time = xd" but it didn't work;
root@nyc3-x8:/var/log# journalctl --vacuum-time=1d
journalctl: unrecognized option '--vacuum-time=1d'
What should i do?
Thanks!