Why your logs vanish after every reboot, how to fix it properly, and how not to learn this lesson the hard way.
Raspberry Pi OS defaults to Storage=volatile — logs live in RAM and vanish on every reboot. Use raspi-config to fix this properly; it writes to /etc/systemd/journald.conf.d/ where package updates won't clobber it.
/usr/lib/systemd/journald.conf.d/ — they're owned by packages and get overwritten on apt upgrade, silently reverting your change.