Skip to content

Instantly share code, notes, and snippets.

@yogeek
Created January 28, 2020 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yogeek/47a2217f022e9de5e404e9aafaee6879 to your computer and use it in GitHub Desktop.
Save yogeek/47a2217f022e9de5e404e9aafaee6879 to your computer and use it in GitHub Desktop.
System
# Clear all journactl logs
journalctl --rotate
journalctl --vacuum-time=1s
# Clear only archived logs
journalctl --vacuum-time=2d
journalctl --vacuum-size=50M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment