On 4/12/20 1:16 AM, kikinovak via CentOS wrote:
In the meantime, I would be curious though : how*do* you read system logs in chroot ?
As far as I know: the same way you do when you're not in a chroot. *Reading* logs doesn't seem to involve connecting to journald, so:
less /var/log/messages (or another log file) journalctl ....