Although there are previous syslog files in /var/log
-rw-r----- 1 root adm 55117 Feb 10 06:25 syslog.6.gz
-rw-r----- 1 root adm 66363 Feb 11 06:25 syslog.5.gz
-rw-r----- 1 root adm 54885 Feb 12 06:25 syslog.4.gz
-rw-r----- 1 root adm 53587 Feb 13 06:25 syslog.3.gz
-rw-r----- 1 root adm 64067 Feb 14 06:25 syslog.2.gz
-rw-r----- 1 root adm 700315 Feb 15 06:25 syslog.1
-rw-r--r-- 1 root root 7147 Feb 15 16:36 Xorg.0.log.old
-rw-r----- 1 root adm 2298 Feb 15 16:36 debug
-rw-r--r-- 1 root root 4585 Feb 15 16:36 boot.log
drwx--x--x 2 root root 4096 Feb 15 16:36 lightdm
drwxr-xr-x 5 root root 4096 Feb 15 16:36 .
-rw-r--r-- 1 root root 7080 Feb 15 16:36 Xorg.0.log
-rw-r----- 1 root adm 1826 Feb 15 16:36 user.log
-rw-rw-r-- 1 root utmp 292292 Feb 15 16:36 lastlog
-rw-rw-r-- 1 root utmp 5376 Feb 15 16:36 wtmp
-rw-r--r-- 1 root root 10068 Feb 15 16:38 x11vnc.log
-rw-r----- 1 root adm 54159 Feb 15 16:56 messages
-rw-r----- 1 root adm 55902 Feb 15 16:56 kern.log
-rw-r----- 1 root adm 487302 Feb 15 16:59 syslog
I cannot access these via sudo journalctl. What is wrong here?
$ sudo journalctl --boot=-1
Specifying boot ID has no effect, no persistent journal was found
$ sudo journalctl --list-boots
0 0899d06fa564423fb8a2d13b51cf060d Sat 2020-02-15 16:36:20 CET\u2014Sat 2020-02-15 17:00:58 CET
$ sudo journalctl --verify
PASS: /run/log/journal/981fbb89fa5946ffa631a5ab3514c88c/system.journal
/var/log
is a canonical place for system services and other things to place their logs if they are not using syslog or (at least WRT logging) systemd. – goldilocks Feb 15 '20 at 18:43