/var/log
NameSizeModeActions
amazon/-0700rm
apt/-0755rm
chrony/-0750rm
dist-upgrade/-0755rm
journal/-2755rm
landscape/-0755rm
letsencrypt/-0700rm
mysql/-0750rm
nginx/-0755rm
private/-0700rm
sysstat/-0755rm
unattended-upgrades/-0750rm
alternatives.log11090644editdlrm
alternatives.log.1158370644editdlrm
alternatives.log.2.gz8000644editdlrm
alternatives.log.3.gz10670644editdlrm
alternatives.log.4.gz6580644editdlrm
alternatives.log.5.gz11360644editdlrm
apport.log00640editdlrm
auth.log6268570640editdlrm
auth.log.112365990640editdlrm
auth.log.2.gz875340640editdlrm
auth.log.3.gz1243340640editdlrm
auth.log.4.gz1050710640editdlrm
btmp11435520660editdlrm
btmp.120666880660editdlrm
cloud-init-output.log70610640editdlrm
cloud-init.log2400790640editdlrm
dmesg492680640editdlrm
dmesg.0931870640editdlrm
dmesg.1.gz138560640editdlrm
dpkg.log579430644editdlrm
dpkg.log.1694270644editdlrm
dpkg.log.2.gz61090644editdlrm
dpkg.log.3.gz58450644editdlrm
dpkg.log.4.gz30660644editdlrm
dpkg.log.5.gz127320644editdlrm
kern.log20380640editdlrm
kern.log.12590640editdlrm
kern.log.2.gz3090640editdlrm
kern.log.3.gz133770640editdlrm
kern.log.4.gz4450640editdlrm
lastlog2922920664editdlrm
php7.4-fpm.log72972340600editdlrm
php7.4-fpm.log.1170157570600editdlrm
php7.4-fpm.log.2.gz2378270600editdlrm
php7.4-fpm.log.3.gz1842530600editdlrm
php7.4-fpm.log.4.gz1732280600editdlrm
php7.4-fpm.log.5.gz1937700600editdlrm
php7.4-fpm.log.6.gz2505810600editdlrm
php7.4-fpm.log.7.gz1429800600editdlrm
php7.4-fpm.log.8.gz1310830600editdlrm
php7.4-fpm.log.9.gz1576680600editdlrm
php7.4-fpm.log.10.gz2423540600editdlrm
php7.4-fpm.log.11.gz944540600editdlrm
php7.4-fpm.log.12.gz755640600editdlrm
README10410644editdlrm
syslog13116740640editdlrm
syslog.119724260640editdlrm
syslog.2.gz1638040640editdlrm
syslog.3.gz1886210640editdlrm
syslog.4.gz1662580640editdlrm
ubuntu-advantage-apt-hook.log00644editdlrm
wtmp84480664editdlrm
Edit: /usr/share/doc/systemd/README.logs (1041B)
You are looking for the traditional text log files in /var/log, and they are gone? Here's an explanation on what's going on: You are running a systemd-based OS where traditional syslog has been replaced with the Journal. The journal stores the same (and more) information as classic syslog. To make use of the journal and access the collected log data simply invoke "journalctl", which will output the logs in the identical text-based format the syslog files in /var/log used to be. For further details, please refer to journalctl(1). Alternatively, consider installing one of the traditional syslog implementations available for your distribution, which will generate the classic log files for you. Syslog implementations such as syslog-ng or rsyslog may be installed side-by-side with the journal and will continue to function the way they always did. Thank you! Further reading: man:journalctl(1) man:systemd-journald.service(8) man:journald.conf(5) https://0pointer.de/blog/projects/the-journal.html