0

How to Enable Journal Data Storage On Disk

I need to configure the journal data storage on disk what is the method to configure

Journald journalctl Add a comment
jayce
asked Dec 07 2019

Answer

0

Use the following method

go to the directory

#vim /etc/systemd/journald.conf
[Journal]
Storage=persistent

The data storage will be created in this location

/var/log/journal
Add a comment
linuxhelp
asked Dec 07 2019
Post your Answer