On Thu, Dec 11, 2025 at 15:02:38 -0500, Paul M. Foster wrote: > So, is it possible to get regular unencrypted system logs on systemd?
Install the rsyslog package, and you'll have logs in /var/log/* just like before. This will be "duplicated" information which is also in the systemd journal, and of course not every program will write its logs via the syslog() interface. However, I'm confident this is what you're looking for.

