Linux Basics: How to use journalctl || How to Preserve System Journals

Linux Basics: How to use journalctl || How to Preserve System Journals

HomeOther ContentLinux Basics: How to use journalctl || How to Preserve System Journals
ChannelPublish DateThumbnail & View CountActions
Channel AvatarPublish Date not found Thumbnail
0 Views
How to ensure the system journal will not be lost upon reboot by editing the /etc/systemd/journald.conf file.

Configuration location:
/etc/systemd/journald.conf

Options for Storage parameter:
Storage=auto (default)
Storage=persistent – Will store logs in /var//log/journal ( will create file if it doesn’t exist)
Storage=volatile – Will store logs in /run/log/journal

Please take the opportunity to connect and share this video with your friends and family if you find it useful.