<div dir="ltr"><span style="font-size:12.8px">Hi All,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I am trying to make journal logs persistent across reboots in my platform.</div><div style="font-size:12.8px">Currently /var/log is mounted on volatile partition in the platform.</div><div style="font-size:12.8px">I have a non-volatile partition mounted at /var/diagnostics.</div><div style="font-size:12.8px">So i made the following change in tmpfile.d service config file(volatile.conf) to create a symlink.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">L+ /var/log/journal 0666 root root - /var/diagnostics/logs<br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Also, the following changes to make logs persistent is done in journald.conf file.</div><div style="font-size:12.8px">Storage=persistent<br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">But still when the system boots up it takes the run time journal path & no files are present in /var/log/journal directory..</div><div style="font-size:12.8px"><div><b>systemd-journal[114]: Runtime journal is using 8.0M (max allowed 392.4M, trying to leave 588.6M free of 3.8G available â current limit 392.4M).</b></div><div><b>Jan 09 05:18:58 ops-as5712 systemd-journal[114]: Runtime journal is using 8.0M (max allowed 392.4M, trying to leave 588.6M free of 3.8G available â current limit 392.4M).</b></div><div><b>Jan 09 05:18:58 ops-as5712 systemd-journal[114]: Journal started</b></div><div><b>Jan 09 05:18:58 ops-as5712 systemd-journal[114]: Runtime journal is using 8.0M</b></div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">After i restart the systemd-journald service, the logs are becoming persistent & getting stored in the permanent partition. </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Could somebody point out what needs to be done to make it persistent without the restart of systemd-journald service?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">TIA,</div><div style="font-size:12.8px">Renjith</div></div>